diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-10-14 20:01:58 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-10-14 20:01:58 +0000 |
| commit | e89ab6e083884a8d7f7aca08ab08a0c9e514bcd2 (patch) | |
| tree | f16064d729d780e6cb22cf9d8b702dca8f2ae1ad /tools | |
| parent | 929b31ddaba7f638fd657bedcfb2535ec28c4a5c (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tools/tinderbox/tinderbox.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools/tinderbox/tinderbox.pl b/tools/tools/tinderbox/tinderbox.pl index e9e6046216cb..5db070747dc5 100644 --- a/tools/tools/tinderbox/tinderbox.pl +++ b/tools/tools/tinderbox/tinderbox.pl @@ -72,7 +72,7 @@ sub message(@) { sub warning(@) { - my $msg = join(' ', @_); + my $msg = join(' ', "TB ---", @_); chomp($msg); warn("$msg\n"); return undef; @@ -80,7 +80,7 @@ sub warning(@) { sub error(@) { - my $msg = join(' ', "ERROR:", @_); + my $msg = join(' ', "TB ---", "ERROR:", @_); chomp($msg); die("$msg\n"); return undef; |
