remove debug of monitors and Fix Warning when monitor is not visible

pull/3621/head
Isaac Connor 2022-10-20 09:26:16 -04:00
parent 49b7f1e557
commit 76cd1b6b90
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ $html .= '</span>
for ( $i = 0; $i < count($monitors); $i++ ) {
if ( !visibleMonitor($monitors[$i]['Id']) ) {
ZM\Logger::Warning('Monitor '.$monitors[$i]['Id'].' is not visible');
ZM\Warning('Monitor '.$monitors[$i]['Id'].' is not visible');
continue;
}