From: Joey Schulze Date: Thu, 29 Nov 2007 15:13:02 +0000 (+0000) Subject: Adjust verbosity X-Git-Tag: cgilib_0-6~41 X-Git-Url: https://git.infodrom.org/?p=infodrom%2Fcgilib;a=commitdiff_plain;h=b1c77d2c72bfc1b0483940cfda899d5d573fd0b2 Adjust verbosity --- diff --git a/aux.c b/aux.c index 41c9481..e197fe1 100644 --- a/aux.c +++ b/aux.c @@ -143,7 +143,7 @@ char *cgiGetLine (FILE *stream) line[strlen(line)-1] = '\0'; if (line[strlen(line)-1] == '\r') line[strlen(line)-1] = '\0'; - cgiDebugOutput (2, "Read line '%s'", line); + cgiDebugOutput (4, "Read line '%s'", line); return line; } }