Adjust verbosity
authorJoey Schulze <joey@infodrom.org>
Thu, 29 Nov 2007 15:13:02 +0000 (15:13 +0000)
committerJoey Schulze <joey@infodrom.org>
Thu, 29 Nov 2007 15:13:02 +0000 (15:13 +0000)
aux.c

diff --git a/aux.c b/aux.c
index 41c9481..e197fe1 100644 (file)
--- 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';
        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;
       }
     }
        return line;
       }
     }