complete-run: don’t print long logfile paths, they are useless by now anyway
This commit is contained in:
parent
d30eaedebc
commit
316318c1fc
|
@ -235,7 +235,7 @@ sub take_job {
|
|||
Log status($display, "i3 startup: took $duration sec, status = $status");
|
||||
}
|
||||
|
||||
Log status($display, "Starting $test with logfile $logpath");
|
||||
Log status($display, "Starting $test");
|
||||
|
||||
my $output;
|
||||
open(my $spool, '>', \$output);
|
||||
|
|
Loading…
Reference in New Issue