]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Added more debug info to url rewriter, allowing to print the full command line sent...
authorGuido Serassio <serassio@squid-cache.org>
Sat, 11 Jun 2011 15:04:10 +0000 (09:04 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 11 Jun 2011 15:04:10 +0000 (09:04 -0600)
src/redirect.cc

index 98e56d642288a8d5c7b4383e67aeabcb62b94149..2c6996967ec4795e70435d385c4ee30545c97a39 100644 (file)
@@ -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);
 }