summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_async.c
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
commitc436c5aa0f27b72d392772cfd4dbdbc5a1e591e5 (patch)
tree50bda2fdf560bdda937116115a28ca6f5efa6c4d /source3/winbindd/winbindd_async.c
parent7c4019beb827ca0279c512998301c8114d2591cf (diff)
downloadsamba-c436c5aa0f27b72d392772cfd4dbdbc5a1e591e5.tar.gz
samba-c436c5aa0f27b72d392772cfd4dbdbc5a1e591e5.tar.xz
samba-c436c5aa0f27b72d392772cfd4dbdbc5a1e591e5.zip
Improve a debug message.
Michael (This used to be commit 1ea3ec9271f56f7aec8a01681f5eb4adcbfe0588)
Diffstat (limited to 'source3/winbindd/winbindd_async.c')
-rw-r--r--source3/winbindd/winbindd_async.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_async.c b/source3/winbindd/winbindd_async.c
index 611ca03001c..c0254412e57 100644
--- a/source3/winbindd/winbindd_async.c
+++ b/source3/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;
}