When logging the buffering of server headers in chat(), include their source
authorFabian Keil <fk@fabiankeil.de>
Sun, 21 Oct 2012 12:30:37 +0000 (12:30 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 21 Oct 2012 12:30:37 +0000 (12:30 +0000)
jcc.c

diff --git a/jcc.c b/jcc.c
index f8ae202..7c58fec 100644 (file)
--- a/jcc.c
+++ b/jcc.c
@@ -1,4 +1,4 @@
-const char jcc_rcs[] = "$Id: jcc.c,v 1.388 2012/09/04 08:39:58 fabiankeil Exp $";
+const char jcc_rcs[] = "$Id: jcc.c,v 1.389 2012/10/12 11:19:35 fabiankeil Exp $";
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/jcc.c,v $
@@ -2243,8 +2243,8 @@ static void chat(struct client_state *csp)
                    * we can parse the headers we just continue here.
                    */
                   log_error(LOG_LEVEL_CONNECT,
-                     "Continuing buffering headers. Bytes most recently read: %d.",
-                     len);
+                     "Continuing buffering server headers from socket %d. "
+                     "Bytes most recently read: %d.", csp->cfd, len);
                   continue;
                }
             }