diff --git a/setproctitle.c b/setproctitle.c index 7fe9178..242b3e5 100644 --- a/setproctitle.c +++ b/setproctitle.c @@ -159,7 +159,7 @@ setproctitle(const char *fmt, ...) pst.pst_command = buf; pstat(PSTAT_SETCMD, pst, strlen(buf), 0, 0); #elif SPT_TYPE == SPT_REUSEARGV -/* debug("setproctitle: copy \"%s\" into len %d", +/* message("setproctitle: copy \"%s\" into len %d", buf, argv_env_len); */ len = strlcpy(argv_start, buf, argv_env_len); for(; len < argv_env_len; len++)