lower the loglevel for the message that a client has attached through a domian socket
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 2 Dec 2009 03:51:57 +0000 (14:51 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 2 Dec 2009 03:51:57 +0000 (14:51 +1100)
(This used to be ctdb commit de9e5236b20d70eac5ed29991703d6d25a103963)

ctdb/server/ctdb_daemon.c

index e5bdad007d85406cd7e0b7e5b64a324d0a6fe0c4..0abea44a6e6b90a4c244c5fb003522b75db505cd 100644 (file)
@@ -583,7 +583,7 @@ static void ctdb_accept_client(struct event_context *ev, struct fd_event *fde,
 #else
        if (getsockopt(fd, SOL_SOCKET, SO_PEERCRED, &cr, &crl) == 0) {
 #endif
-               DEBUG(DEBUG_ERR,("Connected client with pid:%u\n", (unsigned)cr.pid));
+               DEBUG(DEBUG_INFO,("Connected client with pid:%u\n", (unsigned)cr.pid));
        }
 
        client->ctdb = ctdb;