Revert the previous commit 1.422 for now
authorFabian Keil <fk@fabiankeil.de>
Thu, 3 Jan 2013 15:25:08 +0000 (15:25 +0000)
committerFabian Keil <fk@fabiankeil.de>
Thu, 3 Jan 2013 15:25:08 +0000 (15:25 +0000)
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.

jcc.c

diff --git a/jcc.c b/jcc.c
index 97edc4a..53de19a 100644 (file)
--- 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)
    {