We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8697b93 commit e57ca9aCopy full SHA for e57ca9a
Pipeliner.pm
@@ -159,7 +159,8 @@ sub run {
159
print STDERR "-- Skipping CMD: $cmdstr, checkpoint [$checkpoint_file] exists.\n" if $VERBOSE;
160
}
161
else {
162
- print STDERR "* Running CMD: $cmdstr\n" if $VERBOSE;
+ my $datestamp = localtime();
163
+ print STDERR "* [$datestamp] Running CMD: $cmdstr\n" if $VERBOSE;
164
165
my $tmp_stderr = "tmp.$$." . time() . ".stderr";
166
if (-e $tmp_stderr) {
0 commit comments