From: Fabian Keil Date: Sat, 10 Mar 2012 11:08:10 +0000 (+0000) Subject: When stopping to watch a client socket due to pipelining, additionally log the socket... X-Git-Tag: v_3_0_20~387 X-Git-Url: http://www.privoxy.org/gitweb/%40user-manual%40%40actions-help-prefix%40HANDLE-AS-EMPTY-DOCUMENT?a=commitdiff_plain;h=3a127f9d6eff91afed039daf293949b2f9fe3673;p=privoxy.git When stopping to watch a client socket due to pipelining, additionally log the socket number --- diff --git a/jcc.c b/jcc.c index 223a9c01..81a6938e 100644 --- a/jcc.c +++ b/jcc.c @@ -1,4 +1,4 @@ -const char jcc_rcs[] = "$Id: jcc.c,v 1.376 2012/03/09 16:23:50 fabiankeil Exp $"; +const char jcc_rcs[] = "$Id: jcc.c,v 1.377 2012/03/09 16:24:36 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jcc.c,v $ @@ -1861,8 +1861,9 @@ static void chat(struct client_state *csp) */ watch_client_socket = 0; log_error(LOG_LEVEL_CONNECT, - "Stopping to watch the client socket. " - "There's already another request waiting."); + "Stopping to watch the client socket %d. " + "There's already another request waiting.", + csp->cfd); continue; } /*