summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/tinderbox/tinderbox.pl6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/tools/tinderbox/tinderbox.pl b/tools/tools/tinderbox/tinderbox.pl
index 84ea096..2104f70 100644
--- a/tools/tools/tinderbox/tinderbox.pl
+++ b/tools/tools/tinderbox/tinderbox.pl
@@ -58,7 +58,7 @@ my %cmds = (
sub message(@) {
- my $msg = join(' ', "TB ***", @_);
+ my $msg = join(' ', "TB ---", @_);
chomp($msg);
print("$msg\n");
}
@@ -209,9 +209,7 @@ sub logstage($) {
my $msg = shift;
chomp($msg);
- print(STDERR "TB ", "*"x74, "\n");
- print(STDERR strftime("TB *** %Y-%m-%d %H:%M:%S - $msg\n", localtime()));
- print(STDERR "TB ", "*"x74, "\n");
+ print(STDERR strftime("TB --- %Y-%m-%d %H:%M:%S - $msg\n", localtime()));
}
sub sigwarn {
OpenPOWER on IntegriCloud