[SCM] CTDB repository - branch 1.2 updated - ctdb-1.0.114-376-gd45e251

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


The branch, 1.2 has been updated
       via  d45e25101a40cf092cb14dbaf8160fafc8119244 (commit)
      from  0e808fae50a5b86e2487e2aae0ec2d06683d3d30 (commit)

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


- Log -----------------------------------------------------------------
commit d45e25101a40cf092cb14dbaf8160fafc8119244
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 c8a58bc..3ff141b 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