diff --git a/mozilla/webtools/PLIF/PLIF.pm b/mozilla/webtools/PLIF/PLIF.pm index 25f9638e709..68a15ec478a 100644 --- a/mozilla/webtools/PLIF/PLIF.pm +++ b/mozilla/webtools/PLIF/PLIF.pm @@ -170,7 +170,7 @@ sub dump { my($level, @data) = @_; if ($self->isAtDebugLevel($level)) { foreach (@data) { - print STDERR "$0: $_\n"; + print STDERR "$0: ($level) $_\n"; } } }