[SCM] CTDB repository - branch 1.2-nodeflags updated - ctdb-1.0.114-377-g976a94c

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


The branch, 1.2-nodeflags has been updated
       via  976a94c06d1531ddbdb86edc4dae3e28824ae515 (commit)
      from  0c075ec92b0c9021b799b1111d38ab85f3d50675 (commit)

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


- Log -----------------------------------------------------------------
commit 976a94c06d1531ddbdb86edc4dae3e28824ae515
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 072e8e5..ae14d11 100644
--- a/tools/ctdb.c
+++ b/tools/ctdb.c
@@ -2293,7 +2293,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