Improve a debug message.
authorMichael Adam <obnox@samba.org>
Thu, 6 Dec 2007 00:49:37 +0000 (01:49 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 6 Dec 2007 00:51:53 +0000 (01:51 +0100)
Michael

source/winbindd/winbindd_async.c

index 611ca03001c692094eadb73452c67c0d72ecb8ba..c0254412e57fd7a0e38d97767b1de732c111c982 100644 (file)
@@ -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;
        }