The branch, master has been updated
       via  22a6497 s3: Enhance the dbwrap needed x attempts msg
      from  b66b5f9 lib/util: charset modules do not exist any more

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 22a6497526812becab60f8e49ab13d9155986ae1
Author: Volker Lendecke <[email protected]>
Date:   Tue Apr 3 13:20:39 2012 +0200

    s3: Enhance the dbwrap needed x attempts msg
    
    Autobuild-User: Volker Lendecke <[email protected]>
    Autobuild-Date: Tue Apr  3 15:17:11 CEST 2012 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/lib/dbwrap/dbwrap_ctdb.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/lib/dbwrap/dbwrap_ctdb.c b/source3/lib/dbwrap/dbwrap_ctdb.c
index 41d9f19..47d5dc6 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));
        }
 


-- 
Samba Shared Repository

Reply via email to