From 9d0ba3b368d3ef32d5714710cf6b9838ef6457ed Mon Sep 17 00:00:00 2001 From: Guido Serassio Date: Fri, 17 Jun 2011 06:57:27 -0600 Subject: [PATCH] Port 2.7: Add debug to url rewriter, allowing to print the full command line sent to the helper --- src/redirect.cc | 1 + 1 file changed, 1 insertion(+) 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); } -- 2.47.2