From ffff66b011131c16c369b397d6fcdd5b75a6db4e Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Mon, 21 Sep 2015 17:12:25 +1000 Subject: ctdb-call: Improve a log message Signed-off-by: Amitay Isaacs Reviewed-by: Martin Schwenke --- ctdb/server/ctdb_call.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ctdb') diff --git a/ctdb/server/ctdb_call.c b/ctdb/server/ctdb_call.c index a591ae515cc..e767bf72c0e 100644 --- a/ctdb/server/ctdb_call.c +++ b/ctdb/server/ctdb_call.c @@ -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)); } /* -- cgit v1.2.1