From: Guido Serassio Date: Fri, 17 Jun 2011 12:57:27 +0000 (-0600) Subject: Port 2.7: Add debug to url rewriter, allowing to print the full command line sent... X-Git-Tag: SQUID_3_1_12_3~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d0ba3b368d3ef32d5714710cf6b9838ef6457ed;p=thirdparty%2Fsquid.git Port 2.7: Add debug 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 ed4157b9ef..1defd11a24 100644 --- a/src/redirect.cc +++ b/src/redirect.cc @@ -206,6 +206,7 @@ redirectStart(ClientHttpRequest * http, RH * handler, void *data) return; } + debugs(61,6, HERE << "sending '" << buf << "' to the helper"); helperSubmit(redirectors, buf, redirectHandleReply, r); }