Add status to debug logging of executeShellCommand
parent
06a14f1410
commit
1d19d362ae
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue