From 1e870385ec3de74c0d560b14caee81e47a53fdf8 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 25 May 2009 15:43:34 +0000 Subject: [PATCH 1/1] Downgrade another log message in connect_to() to LOG_LEVEL_CONNECT. --- jbsockets.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } -- 2.39.2