From: Fabian Keil Date: Mon, 25 May 2009 15:43:34 +0000 (+0000) Subject: Downgrade another log message in connect_to() to LOG_LEVEL_CONNECT. X-Git-Tag: v_3_0_13~73 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=1e870385ec3de74c0d560b14caee81e47a53fdf8;p=privoxy.git Downgrade another log message in connect_to() to LOG_LEVEL_CONNECT. --- diff --git a/jbsockets.c b/jbsockets.c index 2e65cc3c..57e9f1ac 100644 --- a/jbsockets.c +++ b/jbsockets.c @@ -1,4 +1,4 @@ -const char jbsockets_rcs[] = "$Id: jbsockets.c,v 1.57 2009/05/19 17:18:52 fabiankeil Exp $"; +const char jbsockets_rcs[] = "$Id: jbsockets.c,v 1.58 2009/05/19 17:20:35 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jbsockets.c,v $ @@ -310,7 +310,7 @@ jb_socket connect_to(const char *host, int portnum, struct client_state *csp) freeaddrinfo(result); if (!rp) { - log_error(LOG_LEVEL_INFO, "Could not connect to [%s]:%s.", + log_error(LOG_LEVEL_CONNECT, "Could not connect to [%s]:%s.", host, service); return(JB_INVALID_SOCKET); }