summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheron Spiegl <tspiegl@gmail.com>2020-06-10 19:41:13 -0500
committerTheron Spiegl <tspiegl@gmail.com>2020-06-10 19:41:13 -0500
commit78425842b42da83dd14c0873e75948b52eefe9f1 (patch)
tree4d13bc50f6a6e1bd12c5b22ed90c08c64622f716
parent931b513047e69ffc052f53540c2184e7ad8acfe4 (diff)
oops
-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);