From 1419e9ec40a3fe80e2c9685f37a081b031db7cf1 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 3 Jan 2013 15:25:08 +0000 Subject: [PATCH] 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. --- jcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.2