Skip to content

Commit 38b5ddd

Browse files
Merge branch 'release-1.36' of github.com:ZoneMinder/zoneminder into release-1.36
2 parents 46ddbeb + 101aa82 commit 38b5ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/api/app/Controller/MonitorsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ public function alarm() {
291291

292292
$shellcmd = escapeshellcmd(ZM_PATH_BIN."/zmu $verbose -m$id $q $auth");
293293
$status = exec($shellcmd, $output, $rc);
294-
ZM\Debug("Command: $shellcmd output: $output rc: $rc");
294+
ZM\Debug("Command: $shellcmd output: ".implode(PHP_EOL, $output)." rc: $rc");
295295
if ($rc) {
296296
$this->set(array(
297297
'status'=>'false',

0 commit comments

Comments
 (0)