X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.c;h=33603c0eabe87940cc9133ba2f6b9de5a34392a9;hp=898618aa4d945b6dcd059b8bc6b55ca38296b0d5;hb=c913ac4a0852f81fe6b4f43a2f2dfd703c94352f;hpb=adddb9e9bba4bf8c20d189fbea7e02d5c16d5568 diff --git a/jcc.c b/jcc.c index 898618aa..33603c0e 100644 --- a/jcc.c +++ b/jcc.c @@ -2397,7 +2397,7 @@ static jb_err process_encrypted_request(struct client_state *csp) log_error(LOG_LEVEL_HEADER, "Encrypted request processed"); log_applied_actions(csp->action); - log_error(LOG_LEVEL_GPC, "https://%s%s", csp->http->hostport, + log_error(LOG_LEVEL_REQUEST, "https://%s%s", csp->http->hostport, csp->http->path); return err; @@ -3675,7 +3675,7 @@ static void chat(struct client_state *csp) if (!client_use_ssl(csp)) #endif { - log_error(LOG_LEVEL_GPC, "%s%s", http->hostport, http->path); + log_error(LOG_LEVEL_REQUEST, "%s%s", http->hostport, http->path); } if (fwd->forward_host) {