subproc: simpler subproc_StatusToStr()) #2
diff --git a/linux/trace.c b/linux/trace.c
index 33fc586..2ea20fd 100644
--- a/linux/trace.c
+++ b/linux/trace.c
@@ -747,7 +747,8 @@
                 LOG_D(
                     "PID: %d terminated with signal: %lu", pid, (unsigned long)WTERMSIG(event_msg));
             } else {
-                LOG_D("PID: %d exited with unknown status: %lu", pid, event_msg);
+                LOG_D("PID: %d exited with unknown status: %lu (%s)", pid, event_msg,
+                    subproc_StatusToStr(event_msg));
             }
         } break;
         default: