From 64db4be355a2f609abd59c86b7f368438a90ff1e Mon Sep 17 00:00:00 2001 From: Mark Janssen Date: Sun, 20 Jan 2008 00:28:26 +0000 Subject: [PATCH] Remove reference to no longer existant 'debug' function git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@176 bc163920-b10d-0410-b2c5-a5491ca2ceef --- setproctitle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++)