improve error message when trying to control a remote camera

pull/3122/head
Isaac Connor 2021-01-27 11:44:25 -05:00
parent 28a004c324
commit 07fa507efe
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class Monitor extends AppModel {
return; return;
} }
if ( defined('ZM_SERVER_ID') and ($monitor['ServerId']!=ZM_SERVER_ID) ) { 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; return;
} }