/* its a protocol error if the sending node is not the current dmaster */
if (header.dmaster != hdr->srcnode) {
- DEBUG(0,("vnn %u dmaster request non-master %u dmaster=%u key %08x\n",
- ctdb->vnn, hdr->srcnode, header.dmaster, ctdb_hash(&key)));
+ DEBUG(0,("vnn %u dmaster request non-master %u dmaster=%u key %08x dbid:%08x\n",
+ ctdb->vnn, hdr->srcnode, header.dmaster, ctdb_hash(&key), c->db_id));
ctdb_fatal(ctdb, "ctdb_req_dmaster from non-master");
return;
}