Skip to content

Commit 4f44f24

Browse files
committed
fix log
1 parent 0947e85 commit 4f44f24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/api/mobile.api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ function saveMenuFromAppV2($menu, $mobile)
674674
}
675675

676676
if ($jsonrpc->getMethod() == 'getNotificationsFromFile') {
677-
log::add('mobile', 'debug', '┌──────────▶︎ fg-warning: Recuperation des Notifications :/fg: ──────────');
677+
log::add('mobile', 'debug', '┌──────────▶︎ :fg-warning: Recuperation des Notifications :/fg: ──────────');
678678
$Iq = $params['Iq'];
679679
$retentionTime = $params['notifsTime'];
680680

core/class/mobile.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ public static function discovery_multi($cmds)
307307

308308

309309
public static function getNotificationsWithRetentioNTime($Iq, $retentionTime){
310-
log::add('mobile', 'debug', '┌──────────▶︎ fg-warning: Nettoyage des Notifications et Images :/fg: ──────────');
310+
log::add('mobile', 'debug', '┌──────────▶︎ :fg-warning: Nettoyage des Notifications et Images :/fg: ──────────');
311311

312312
log::add('mobile', 'debug', '| Durée de retention actuelle : '. $retentionTime . ' jours');
313313
$retentionSeconds = intVal($retentionTime) * 24 * 60 * 60;

0 commit comments

Comments
 (0)