fix namespace fixes #3566

This commit is contained in:
Isaac Connor 2019-04-01 17:21:01 -04:00
parent 15fb546e15
commit 110e5075f4
1 changed files with 2 additions and 2 deletions

View File

@ -182,7 +182,7 @@ class MonitorsController extends AppController {
)
) {
if ( !defined('ZM_SERVER_ID')) {
Logger::Debug("Not defined ZM_SERVER_ID");
ZM\Logger::Debug("Not defined ZM_SERVER_ID");
}
$this->daemonControl($this->Monitor->id, 'start');
}
@ -387,7 +387,7 @@ class MonitorsController extends AppController {
}
$shellcmd = escapeshellcmd("$zm_path_bin/zmdc.pl $command $daemon $args");
Logger::Debug("Command $shellcmd");
ZM\Logger::Debug("Command $shellcmd");
$status = exec($shellcmd);
$status_text .= $status."\n";
}