[SCM] CTDB repository - branch master updated - ctdb-1.0.114-363-g9ddf89e

Ronnie Sahlberg sahlberg at samba.org
Tue Oct 12 16:29:56 MDT 2010


The branch, master has been updated
       via  9ddf89e01f1845eec1712d75fb811240e8bb0e37 (commit)
      from  171f98f6f7ce7d01f47c44043ad599702711b12d (commit)

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


- Log -----------------------------------------------------------------
commit 9ddf89e01f1845eec1712d75fb811240e8bb0e37
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Wed Oct 13 09:21:09 2010 +1100

    Remove a debug message "Timed out waiting ..."
    from the ctdb command.
    
    This is a debugging message and is normal tro tigger on a busy system.
    It should not be logged as ERROR.

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

Summary of changes:
 tools/ctdb.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/tools/ctdb.c b/tools/ctdb.c
index 0409a40..6b04890 100644
--- a/tools/ctdb.c
+++ b/tools/ctdb.c
@@ -2331,7 +2331,6 @@ again:
 		return 0;
 	}
 
-	DEBUG(DEBUG_ERR,("Timed out waiting for recmaster ipreallocate. Trying again\n"));
 	retries++;
 	sleep(1);
 	goto again;


-- 
CTDB repository


More information about the samba-cvs mailing list