mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
Reducing the log level for a debug message
DEBUG(DEBUG_DEBUG,("pnn %u starting migration of %08x t\ (This used to be ctdb commit 6ce4b21b00cce1530aff022584bf695c257a5d55)
This commit is contained in:
parent
ce9d57bc36
commit
06fdfddf27
@ -446,7 +446,7 @@ void ctdb_request_call(struct ctdb_context *ctdb, struct ctdb_req_header *hdr)
|
||||
" of key %s while transaction is active\n",
|
||||
(char *)call->key.dptr));
|
||||
} else {
|
||||
DEBUG(DEBUG_INFO,("pnn %u starting migration of %08x to %u\n",
|
||||
DEBUG(DEBUG_DEBUG,("pnn %u starting migration of %08x to %u\n",
|
||||
ctdb->pnn, ctdb_hash(&(call->key)), c->hdr.srcnode));
|
||||
ctdb_call_send_dmaster(ctdb_db, c, &header, &(call->key), &data);
|
||||
talloc_free(data.dptr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user