]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Port 2.7: Add debug to url rewriter, allowing to print the full command line sent...
authorGuido Serassio <serassio@squid-cache.org>
Fri, 17 Jun 2011 12:57:27 +0000 (06:57 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 17 Jun 2011 12:57:27 +0000 (06:57 -0600)
src/redirect.cc

index ed4157b9ef1bd44d98e30d89b9305055d05aca70..1defd11a246ea67f4070531f2222863fae386483 100644 (file)
@@ -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);
 }