complete-run: don’t print long logfile paths, they are useless by now anyway

This commit is contained in:
Michael Stapelberg 2011-11-09 22:38:29 +00:00
parent d30eaedebc
commit 316318c1fc
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ sub take_job {
Log status($display, "i3 startup: took $duration sec, status = $status"); 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; my $output;
open(my $spool, '>', \$output); open(my $spool, '>', \$output);