From 1ffb549565a2b4ff6bfcb1aebfb20a49f5deba5c Mon Sep 17 00:00:00 2001 From: des Date: Thu, 13 Feb 2003 21:21:48 +0000 Subject: Make the tinderbox log lines less obtrusive. --- tools/tools/tinderbox/tinderbox.pl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tools') 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 { -- cgit v1.1