Message-ID: <
3A1241B0.64477E00@alcatel.at>
p4raw-id: //depot/perl@7718
$msg = "$error at $file line $line";
if (defined &Thread::tid) {
my $tid = Thread->self->tid;
- $mess .= " thread $tid" if $tid;
+ $msg .= " thread $tid" if $tid;
}
$msg .= "\n";
return $msg;