[SCM] CTDB repository - branch 1.0.112 updated - ctdb-1.0.111-102-g18bf912

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


The branch, 1.0.112 has been updated
       via  18bf912059cd01a8854ad52c664eb0b3fc957dee (commit)
      from  4b5bce6bcebb5cdb6048283181591562badfc2d9 (commit)

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


- Log -----------------------------------------------------------------
commit 18bf912059cd01a8854ad52c664eb0b3fc957dee
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 fd95b61..75eb9cc 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