ctdb-call: Improve a log message
authorAmitay Isaacs <amitay@gmail.com>
Mon, 21 Sep 2015 07:12:25 +0000 (17:12 +1000)
committerAmitay Isaacs <amitay@samba.org>
Wed, 7 Oct 2015 12:53:29 +0000 (14:53 +0200)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/server/ctdb_call.c

index a591ae515cc0037c7beb0d7d6083592abcb203dc..e767bf72c0ee28433184111959d5a5671e57ea31 100644 (file)
@@ -1375,7 +1375,8 @@ static void ctdb_call_resend(struct ctdb_call_state *state)
        state->c->hdr.destnode = ctdb->pnn;
 
        ctdb_queue_packet(ctdb, &state->c->hdr);
-       DEBUG(DEBUG_NOTICE,("resent ctdb_call\n"));
+       DEBUG(DEBUG_NOTICE,("resent ctdb_call for db %s reqid %u generation %u\n",
+                           state->ctdb_db->db_name, state->reqid, state->generation));
 }
 
 /*