diff --git a/scripts/ZoneMinder/lib/ZoneMinder/General.pm b/scripts/ZoneMinder/lib/ZoneMinder/General.pm index 3d1dd0e49..74cc05f15 100644 --- a/scripts/ZoneMinder/lib/ZoneMinder/General.pm +++ b/scripts/ZoneMinder/lib/ZoneMinder/General.pm @@ -64,7 +64,7 @@ sub executeShellCommand { if ( $status || logDebugging() ) { $output = '' if !defined($output); chomp($output); - Debug("Command: $command Output: $output"); + Debug("Command: $command Status: $status Output: $output"); } return $status; }