The branch, master has been updated
       via  40c7a536c6b428caef7904a1de860d82a70748af (commit)
      from  56d9c8b222436814fa39bc583318e6fd8e6c74c3 (commit)

http://gitweb.samba.org/?p=sahlberg/ctdb.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 40c7a536c6b428caef7904a1de860d82a70748af
Author: Ronnie Sahlberg <[EMAIL PROTECTED]>
Date:   Tue May 6 07:57:43 2008 +1000

    Use DEBUG_ERR and not DEBUG_WARNING when we get a connection
    attempt from a non-ctdb host

-----------------------------------------------------------------------

Summary of changes:
 tcp/tcp_connect.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/tcp/tcp_connect.c b/tcp/tcp_connect.c
index 0ead087..f3b4f7d 100644
--- a/tcp/tcp_connect.c
+++ b/tcp/tcp_connect.c
@@ -217,7 +217,7 @@ static void ctdb_listen_event(struct event_context *ev, 
struct fd_event *fde,
        nodeid = ctdb_ip_to_nodeid(ctdb, incoming_node);
 
        if (nodeid == -1) {
-               DEBUG(DEBUG_WARNING, ("Refused connection from unknown node 
%s\n", incoming_node));
+               DEBUG(DEBUG_ERR, ("Refused connection from unknown node %s\n", 
incoming_node));
                close(fd);
                return;
        }


-- 
CTDB repository

Reply via email to