RE: how do I give rid of this

From: Alex Rousskov <rousskov@dont-contact.us>
Date: Tue, 18 May 1999 15:08:25 -0600 (MDT)

On Tue, 18 May 1999, Mike Batchelor wrote:

> I am using uri_whitespace allow, and although squid allows them, it still logs
> them too.

> cd Squid/src/
> fgrep -n 'urlParse: URI' *.c
url.c:259: debug(23, 2) ("urlParse: URI has whitespace: {%s}\n", url);

Now just edit "url.c" with your favorite editor and delete or
comment-out line 259. You can also increase the debugging level (e.g.
"debug(23, 9)").

Note that the messages are printed only if you have debug_options level
of two or higher. They are not printed with the default level of 1. You
have asked for them to be printed!

Alex.
 
> At 04:14 PM 5/18/99 +1000, Julie Xu wrote:
>
> >Hi,
> >
> >I have a lot of entries of following in cache.log:
> >1999/05/18 16:16:21| urlParse: URI has whitespace:
Received on Tue May 18 1999 - 15:08:16 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:46:20 MST