Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
Phpvarious authored Oct 16, 2024
1 parent d987e2a commit 0ab7d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/class/mobile.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit 0ab7d11

Please sign in to comment.