diff options
author | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2010-06-09 16:22:01 +1000 |
---|---|---|
committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2010-06-09 16:22:44 +1000 |
commit | 7730facc626b908da3f93d77698aea55be853046 (patch) | |
tree | 020cf32ae96d41b0a2c0d195c705fbaa8370e033 /ctdb/server/ctdb_call.c | |
parent | d9a3e1d0c0fcb981874c98dd48f1dfe4f0566217 (diff) | |
download | samba-7730facc626b908da3f93d77698aea55be853046.tar.gz |
fix a debug message
(This used to be ctdb commit 856bd6de6218d9b70baed0e6443be4253ea31afe)
Diffstat (limited to 'ctdb/server/ctdb_call.c')
-rw-r--r-- | ctdb/server/ctdb_call.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/server/ctdb_call.c b/ctdb/server/ctdb_call.c index b6af8077457..7cb35cd57a8 100644 --- a/ctdb/server/ctdb_call.c +++ b/ctdb/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) { |