X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.c;h=85be466c1e091cdc9df134ba5af4b0325d8a75c0;hp=fa3731bb639deb00d6606001a894fbe30ca5a225;hb=83aaee02fdd7ff7a778f0410a311fdc68f14bcc2;hpb=4e29dcc957beb079816ac09583aad9ce3a25255e;ds=sidebyside diff --git a/jcc.c b/jcc.c index fa3731bb..85be466c 100644 --- a/jcc.c +++ b/jcc.c @@ -1,4 +1,4 @@ -const char jcc_rcs[] = "$Id: jcc.c,v 1.261 2009/07/05 12:00:53 fabiankeil Exp $"; +const char jcc_rcs[] = "$Id: jcc.c,v 1.262 2009/07/05 12:02:25 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jcc.c,v $ @@ -1142,7 +1142,7 @@ static void mark_server_socket_tainted(struct client_state *csp) if ((csp->flags & CSP_FLAG_SERVER_CONNECTION_KEEP_ALIVE)) { log_error(LOG_LEVEL_CONNECT, - "Marking the connection to the server tainted."); + "Marking the server socket %d tainted.", csp->sfd); csp->flags |= CSP_FLAG_SERVER_SOCKET_TAINTED; } }