From: Ronnie Sahlberg Date: Wed, 9 Jun 2010 06:22:01 +0000 (+1000) Subject: fix a debug message X-Git-Tag: ctdb-1.9.1~12 X-Git-Url: http://git.samba.org/?p=rusty%2Fctdb.git;a=commitdiff_plain;h=856bd6de6218d9b70baed0e6443be4253ea31afe fix a debug message --- diff --git a/server/ctdb_call.c b/server/ctdb_call.c index b6af8077..7cb35cd5 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) {