fix a debug message
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 9 Jun 2010 06:22:01 +0000 (16:22 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 9 Jun 2010 06:22:01 +0000 (16:22 +1000)
server/ctdb_call.c

index fd95b61f1d06be3285a5c9c85c7280da403f9e95..75eb9cc4f422ad0fc61a8948148c923276d976d9 100644 (file)
@@ -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) {