From: Guido Serassio Date: Sat, 11 Jun 2011 15:04:10 +0000 (-0600) Subject: Added more debug info to url rewriter, allowing to print the full command line sent... X-Git-Tag: take08~55^2~143 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dc2a27254e52796a08bb38dd54e6a0e178875995;p=thirdparty%2Fsquid.git Added more debug info to url rewriter, allowing to print the full command line sent to the helper --- diff --git a/src/redirect.cc b/src/redirect.cc index 98e56d6422..2c6996967e 100644 --- a/src/redirect.cc +++ b/src/redirect.cc @@ -217,6 +217,7 @@ redirectStart(ClientHttpRequest * http, RH * handler, void *data) return; } + debugs(61,6, HERE << "sending '" << buf << "' to the helper"); helperSubmit(redirectors, buf, redirectHandleReply, r); }