From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 3 Jan 2013 15:25:08 +0000 (+0000)
Subject: Revert the previous commit 1.422 for now
X-Git-Tag: v_3_0_20~106
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/faq/static/user-manual/@default-cgi@toggle?a=commitdiff_plain;h=1419e9ec40a3fe80e2c9685f37a081b031db7cf1;p=privoxy.git

Revert the previous commit 1.422 for now

The rough consensus on ijbswa@ is that it probably would
cause more problems than it solves and should be rethought
after the next stable release.
---

diff --git a/jcc.c b/jcc.c
index 97edc4ad..53de19a6 100644
--- a/jcc.c
+++ b/jcc.c
@@ -1839,7 +1839,7 @@ static void chat(struct client_state *csp)
    }
 
    log_applied_actions(csp->action);
-   log_error(LOG_LEVEL_GPC, "%s", http->url);
+   log_error(LOG_LEVEL_GPC, "%s%s", http->hostport, http->path);
 
    if (fwd->forward_host)
    {