summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-12-06 01:49:37 +0100
committerMichael Adam <obnox@samba.org>2007-12-06 01:51:53 +0100
commit1ea3ec9271f56f7aec8a01681f5eb4adcbfe0588 (patch)
tree59162fe2a1e0369e18d6066e1987afe7b49de05e
parent78581ad070dd6e1886dd2094cf75ebebbb83d9a6 (diff)
downloadsamba-1ea3ec9271f56f7aec8a01681f5eb4adcbfe0588.tar.gz
samba-1ea3ec9271f56f7aec8a01681f5eb4adcbfe0588.tar.xz
samba-1ea3ec9271f56f7aec8a01681f5eb4adcbfe0588.zip
Improve a debug message.
Michael
-rw-r--r--source/winbindd/winbindd_async.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/winbindd/winbindd_async.c b/source/winbindd/winbindd_async.c
index 611ca03001c..c0254412e57 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;
}