[SCM] CTDB repository - branch master updated - ctdb-1.0.114-155-g856bd6d

Ronnie Sahlberg sahlberg at samba.org
Wed Jun 9 00:23:08 MDT 2010


The branch, master has been updated
       via  856bd6de6218d9b70baed0e6443be4253ea31afe (commit)
      from  2f6a870d7ff02ceb61fde242f752dccbfcb4cb37 (commit)

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


- Log -----------------------------------------------------------------
commit 856bd6de6218d9b70baed0e6443be4253ea31afe
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Wed Jun 9 16:22:01 2010 +1000

    fix a debug message

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

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


Changeset truncated at 500 lines:

diff --git a/server/ctdb_call.c b/server/ctdb_call.c
index b6af807..7cb35cd 100644
--- a/server/ctdb_call.c
+++ b/server/ctdb_call.c
@@ -277,7 +277,7 @@ static void ctdb_become_dmaster(struct ctdb_db_context *ctdb_db,
 	}
 
 	if (key.dsize != state->call->key.dsize || memcmp(key.dptr, state->call->key.dptr, key.dsize)) {
-		DEBUG(DEBUG_ERR, ("Got bogus DMASTER packet reqid:%u\n from node %u. Key does not match key held in matching idr.", hdr->reqid, hdr->srcnode));
+		DEBUG(DEBUG_ERR, ("Got bogus DMASTER packet reqid:%u from node %u. Key does not match key held in matching idr.\n", hdr->reqid, hdr->srcnode));
 
 		ret = ctdb_ltdb_unlock(ctdb_db, key);
 		if (ret != 0) {


-- 
CTDB repository


More information about the samba-cvs mailing list