Include command line in debug output when generating images
parent
b6c729c700
commit
c6e93036f3
|
@ -480,7 +480,7 @@ sub generateImage {
|
||||||
chomp($output);
|
chomp($output);
|
||||||
my $status = $? >> 8;
|
my $status = $? >> 8;
|
||||||
if ( $status || logDebugging() ) {
|
if ( $status || logDebugging() ) {
|
||||||
Debug("Output: $output");
|
Debug("Output from $command\n: $output");
|
||||||
}
|
}
|
||||||
if ( $status ) {
|
if ( $status ) {
|
||||||
Error("Failed $command status $status");
|
Error("Failed $command status $status");
|
||||||
|
|
Loading…
Reference in New Issue