diff options
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/dbwrap/dbwrap_ctdb.c | 6 |
1 files changed, 5 insertions, 1 deletions
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)); } |