When stopping to watch a client socket due to pipelining, additionally log the socket...
authorFabian Keil <fk@fabiankeil.de>
Sat, 10 Mar 2012 11:08:10 +0000 (11:08 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sat, 10 Mar 2012 11:08:10 +0000 (11:08 +0000)
jcc.c

diff --git a/jcc.c b/jcc.c
index 223a9c0..81a6938 100644 (file)
--- 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;
             }
             /*