Added the message level number to the debug output to help gauge what level is useful.
git-svn-id: svn://10.0.0.236/trunk@102611 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c6af0b8abd
commit
03f038f0c1
@ -170,7 +170,7 @@ sub dump {
|
||||
my($level, @data) = @_;
|
||||
if ($self->isAtDebugLevel($level)) {
|
||||
foreach (@data) {
|
||||
print STDERR "$0: $_\n";
|
||||
print STDERR "$0: ($level) $_\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user