The branch, master has been updated
       via  5197d76... s3: Make a debug msg more readable
      from  c9a3661... Fix the "allow_smb2" bug being set to false that was 
driving me mad :-).

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


- Log -----------------------------------------------------------------
commit 5197d76faa6316d7e80b1c714c7a6f028ce527d2
Author: Volker Lendecke <[email protected]>
Date:   Wed Apr 28 10:54:57 2010 +0200

    s3: Make a debug msg more readable

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

Summary of changes:
 source3/passdb/lookup_sid.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/passdb/lookup_sid.c b/source3/passdb/lookup_sid.c
index 6149f97..4181f2b 100644
--- a/source3/passdb/lookup_sid.c
+++ b/source3/passdb/lookup_sid.c
@@ -65,7 +65,7 @@ bool lookup_name(TALLOC_CTX *mem_ctx,
                return false;
        }
 
-       DEBUG(10,("lookup_name: %s => %s (domain), %s (name)\n",
+       DEBUG(10,("lookup_name: %s => domain=[%s], name=[%s]\n",
                full_name, domain, name));
        DEBUG(10, ("lookup_name: flags = 0x0%x\n", flags));
 


-- 
Samba Shared Repository

Reply via email to