summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/whatfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/whatfiles.c b/src/whatfiles.c
index 5294f88..67d4e92 100644
--- a/src/whatfiles.c
+++ b/src/whatfiles.c
@@ -312,7 +312,7 @@ int main(int argc, char* argv[])
DEBUG("PID %d exited", pid);
// ok if this fails in case of process not in hashmap
err = remove_pid(pid, hashmap);
- if (err) DEBUG(", was not in map", pid);
+ if (err) DEBUG(", was not in map");
DEBUG("\n");
} else if (WIFSTOPPED(status)) {
/*bool could_read = */ step_syscall(pid, status, hashmap);