From 0ab7d118a9af687eba56d2fbc30d8573a7d79f5a Mon Sep 17 00:00:00 2001 From: David <79108364+Phpvarious@users.noreply.github.com> Date: Wed, 16 Oct 2024 23:34:41 +0200 Subject: [PATCH] log --- core/class/mobile.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/class/mobile.class.php b/core/class/mobile.class.php index 8ccf58dc..b69b1144 100755 --- a/core/class/mobile.class.php +++ b/core/class/mobile.class.php @@ -1052,7 +1052,7 @@ public function execute($_options = array()) } else { log::add('mobile', 'info', '| Fichier de notifications non trouvé : ' . $filePath); } - log::add('mobile', 'debug', '|└────────────────────'); + log::add('mobile', 'debug', '└────────────────────'); } if ($this->getLogicalId() == 'notif' || $this->getLogicalId() == 'notifCritical' || $this->getLogicalId() == 'notifSpecific') {