aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2024-07-06 18:05:51 +0000
committerOmar Polo <op@omarpolo.com>2024-07-06 18:05:51 +0000
commit8d9aeea2c909b41533ac80622b532f93657fb815 (patch)
tree27ab847c918855fe11ef3356c4e170d414bd8681
parent8306bb90d1378b32a56f909e973ee6344515cd37 (diff)
remove debug log
-rw-r--r--gmid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gmid.c b/gmid.c
index 3d5f864..23cedcb 100644
--- a/gmid.c
+++ b/gmid.c
@@ -275,7 +275,6 @@ main(int argc, char **argv)
&errstr);
if (errstr != NULL)
fatalx("invalid process instance");
- log_warnx("nprocs is %d", nprocs);
break;
case 'n':
conftest++;