Fix logging line in generate video function
This commit is contained in:
parent
8fcd5b37ed
commit
a34af39ca7
|
@ -937,7 +937,7 @@ function createVideo($event, $format, $rate, $scale, $overwrite=false) {
|
|||
$command .= ' -o';
|
||||
$command = escapeshellcmd($command);
|
||||
$result = exec($command, $output, $status);
|
||||
Logger::Debug("generating Video $command: result($result outptu:(".implode("\n", $output )." status($status");
|
||||
ZM\Logger::Debug("generating Video $command: result($result outptu:(".implode("\n", $output )." status($status");
|
||||
return $status ? '' : rtrim($result);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue