From 22a6497526812becab60f8e49ab13d9155986ae1 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 3 Apr 2012 13:20:39 +0200 Subject: s3: Enhance the dbwrap needed x attempts msg Autobuild-User: Volker Lendecke Autobuild-Date: Tue Apr 3 15:17:11 CEST 2012 on sn-devel-104 --- source3/lib/dbwrap/dbwrap_ctdb.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source3/lib/dbwrap/dbwrap_ctdb.c b/source3/lib/dbwrap/dbwrap_ctdb.c index 41d9f19a05..47d5dc6929 100644 --- a/source3/lib/dbwrap/dbwrap_ctdb.c +++ b/source3/lib/dbwrap/dbwrap_ctdb.c @@ -1120,7 +1120,11 @@ again: } if (migrate_attempts > 10) { - DEBUG(0, ("db_ctdb_fetch_locked needed %d attempts\n", + DEBUG(0, ("db_ctdb_fetch_locked for %s key %s needed %d " + "attempts\n", tdb_name(ctx->wtdb->tdb), + hex_encode_talloc(talloc_tos(), + (unsigned char *)key.dptr, + key.dsize), migrate_attempts)); } -- cgit