[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-505-g1ea3ec9

Michael Adam obnox at samba.org
Thu Dec 6 00:52:52 GMT 2007


The branch, v3-2-test has been updated
       via  1ea3ec9271f56f7aec8a01681f5eb4adcbfe0588 (commit)
      from  78581ad070dd6e1886dd2094cf75ebebbb83d9a6 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 1ea3ec9271f56f7aec8a01681f5eb4adcbfe0588
Author: Michael Adam <obnox at samba.org>
Date:   Thu Dec 6 01:49:37 2007 +0100

    Improve a debug message.
    
    Michael

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

Summary of changes:
 source/winbindd/winbindd_async.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/winbindd/winbindd_async.c b/source/winbindd/winbindd_async.c
index 611ca03..c025441 100644
--- a/source/winbindd/winbindd_async.c
+++ b/source/winbindd/winbindd_async.c
@@ -384,7 +384,7 @@ void winbindd_lookupname_async(TALLOC_CTX *mem_ctx,
 	struct lookupname_state *s;	
 
 	if ( (domain = find_lookup_domain_from_name(dom_name)) == NULL ) {
-		DEBUG(5, ("Could not find domain for name %s\n", dom_name));
+		DEBUG(5, ("Could not find domain for name '%s'\n", dom_name));
 		cont(private_data, False, NULL, SID_NAME_UNKNOWN);
 		return;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list