From: Art Cancro Date: Fri, 16 Nov 2007 17:27:04 +0000 (+0000) Subject: Commented out some lprintf() calls that appear in libcitadel. X-Git-Tag: v7.86~2776 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=69930fa68da5d3c393bdc7674472dec72eb94d6d Commented out some lprintf() calls that appear in libcitadel. It is inappropriate to have them here because the caller may not have an lprintf() function. --- diff --git a/libcitadel/lib/tools.c b/libcitadel/lib/tools.c index e3882c7bb..016ec9ab8 100644 --- a/libcitadel/lib/tools.c +++ b/libcitadel/lib/tools.c @@ -101,8 +101,8 @@ long extract_token(char *dest, const char *source, int parmnum, char separator, return(-1); } -// cit_backtrace(); -// lprintf (CTDL_DEBUG, "test >: n: %d sep: %c source: %s \n willi \n", parmnum, separator, source); + //cit_backtrace(); + //lprintf (CTDL_DEBUG, "test >: n: %d sep: %c source: %s \n willi \n", parmnum, separator, source); dest[0] = 0; if (s == NULL) { @@ -129,10 +129,10 @@ long extract_token(char *dest, const char *source, int parmnum, char separator, dest[len] = '\0'; if (current_token < parmnum) { -// lprintf (CTDL_DEBUG,"test : n: %d sep: %c source: %s \n willi \n", parmnum, separator, source); + //cit_backtrace(); + //lprintf (CTDL_DEBUG, "test >: n: %d sep: %c source: %s \n willi \n", parmnum, separator, source); strcpy(dest, ""); // Locate desired parameter @@ -167,7 +167,7 @@ long extract_token(char *dest, const char *source, int parmnum, char separator, s++; } if (!s) { - lprintf (CTDL_DEBUG,"test