From: wessels <> Date: Wed, 9 Dec 1998 11:16:48 +0000 (+0000) Subject: change URI has whitespace debug level X-Git-Tag: SQUID_3_0_PRE1~2476 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dec10914981137bc868ed06a39646e6ac9fab59d;p=thirdparty%2Fsquid.git change URI has whitespace debug level --- diff --git a/src/url.cc b/src/url.cc index 7d91a0ec93..fc0853dbc0 100644 --- a/src/url.cc +++ b/src/url.cc @@ -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;