diff --git a/web/api/app/Model/Monitor.php b/web/api/app/Model/Monitor.php index 8a95e92d0..5cb169cd4 100644 --- a/web/api/app/Model/Monitor.php +++ b/web/api/app/Model/Monitor.php @@ -143,7 +143,7 @@ class Monitor extends AppModel { return; } if ( defined('ZM_SERVER_ID') and ($monitor['ServerId']!=ZM_SERVER_ID) ) { - ZM\Debug('Calling daemonControl for Monitor assigned to different server'); + ZM\Error('Calling daemonControl for Monitor assigned to different server. Our server id '.ZM_SERVER_ID.' != '.$monitor['ServerId']); return; }