From b1c77d2c72bfc1b0483940cfda899d5d573fd0b2 Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Thu, 29 Nov 2007 15:13:02 +0000 Subject: [PATCH] Adjust verbosity --- aux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.20.1