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 d4742671
......@@ -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