|
From: <sv...@va...> - 2006-05-01 01:38:35
|
Author: weidendo
Date: 2006-05-01 02:38:32 +0100 (Mon, 01 May 2006)
New Revision: 5870
Log:
Callgrind: Fix for callgrind_control
Modified:
trunk/callgrind/callgrind_control.in
Modified: trunk/callgrind/callgrind_control.in
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/callgrind/callgrind_control.in 2006-05-01 00:55:54 UTC (rev 586=
9)
+++ trunk/callgrind/callgrind_control.in 2006-05-01 01:38:32 UTC (rev 587=
0)
@@ -54,7 +54,7 @@
close INFO;
=20
if ($mversion{$pid} > 1) {
- print " $pid: Unsupported command interface (version $mversion) ?!=
\n\n";
+ print " PID $pid: Unsupported command interface (version $mversion=
{$pid}) ?!\n\n";
next;
}
=20
|