1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

s3: Enhance the dbwrap needed x attempts msg

Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Tue Apr  3 15:17:11 CEST 2012 on sn-devel-104
This commit is contained in:
Volker Lendecke 2012-04-03 13:20:39 +02:00
parent b66b5f9e3f
commit 22a6497526

View File

@ -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));
}