]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
change URI has whitespace debug level
authorwessels <>
Wed, 9 Dec 1998 11:16:48 +0000 (11:16 +0000)
committerwessels <>
Wed, 9 Dec 1998 11:16:48 +0000 (11:16 +0000)
src/url.cc

index 7d91a0ec93fd117f956b4172530f7a5f404c9121..fc0853dbc071f2decd886f208de084affb200eb9 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: url.cc,v 1.109 1998/10/14 21:12:04 wessels Exp $
+ * $Id: url.cc,v 1.110 1998/12/09 04:16:48 wessels Exp $
  *
  * DEBUG: section 23    URL Parsing
  * AUTHOR: Duane Wessels
@@ -257,7 +257,7 @@ urlParse(method_t method, char *url)
     }
 #endif
     if (stringHasWhitespace(urlpath)) {
-       debug(23, 1) ("urlParse: URI has whitespace: {%s}\n", url);
+       debug(23, 2) ("urlParse: URI has whitespace: {%s}\n", url);
        switch (Config.uri_whitespace) {
        case URI_WHITESPACE_DENY:
            return NULL;