Commit 570c4c4a authored by unknown's avatar unknown

Print name(of thread) also in mtr_report, testserver does not set name

so it will still look the same, but makes debugging much easier

parent a4ee3637
......@@ -434,7 +434,7 @@ sub _timestamp {
sub mtr_report (@) {
if (defined $verbose)
{
print join(" ", @_), "\n";
print $name, join(" ", @_), "\n";
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment