summaryrefslogtreecommitdiffstats
path: root/src/cmd/acid/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/acid/proc.c')
-rw-r--r--src/cmd/acid/proc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/acid/proc.c b/src/cmd/acid/proc.c
index 2c286e15..2f8b9dd9 100644
--- a/src/cmd/acid/proc.c
+++ b/src/cmd/acid/proc.c
@@ -29,6 +29,7 @@ sproc(int xpid)
free(correg);
correg = nil;
+fprint(2, "mapproc %d\n", xpid);
if(mapproc(xpid, cormap, &correg) < 0)
error("setproc %d: %r", pid);