Downgrade another log message in connect_to() to LOG_LEVEL_CONNECT.
authorFabian Keil <fk@fabiankeil.de>
Mon, 25 May 2009 15:43:34 +0000 (15:43 +0000)
committerFabian Keil <fk@fabiankeil.de>
Mon, 25 May 2009 15:43:34 +0000 (15:43 +0000)
jbsockets.c

index 2e65cc3..57e9f1a 100644 (file)
@@ -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);
    }