The branch, master has been updated
via 2027cf3881ba890648c543bacbfd5b06464efc10 (commit)
via de9e5236b20d70eac5ed29991703d6d25a103963 (commit)
from 157807af72ed4f7314afbc9c19756f9787b92c15 (commit)
http://gitweb.samba.org/?p=sahlberg/ctdb.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 2027cf3881ba890648c543bacbfd5b06464efc10
Author: Ronnie Sahlberg <[email protected]>
Date: Wed Dec 2 14:53:21 2009 +1100
lower the loglevel for the message that a client has attached to a
persistent database
commit de9e5236b20d70eac5ed29991703d6d25a103963
Author: Ronnie Sahlberg <[email protected]>
Date: Wed Dec 2 14:51:57 2009 +1100
lower the loglevel for the message that a client has attached through a
domian socket
-----------------------------------------------------------------------
Summary of changes:
server/ctdb_daemon.c | 2 +-
server/ctdb_ltdb_server.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Changeset truncated at 500 lines:
diff --git a/server/ctdb_daemon.c b/server/ctdb_daemon.c
index e5bdad0..0abea44 100644
--- a/server/ctdb_daemon.c
+++ b/server/ctdb_daemon.c
@@ -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;
diff --git a/server/ctdb_ltdb_server.c b/server/ctdb_ltdb_server.c
index 9a58c23..c0d5d90 100644
--- a/server/ctdb_ltdb_server.c
+++ b/server/ctdb_ltdb_server.c
@@ -423,7 +423,7 @@ int ctdb_attach_persistent(struct ctdb_context *ctdb)
talloc_free(s);
return -1;
}
- DEBUG(DEBUG_NOTICE,("Attached to persistent database %s\n", s));
+ DEBUG(DEBUG_INFO,("Attached to persistent database %s\n", s));
talloc_free(s);
}
--
CTDB repository