diff options
author | Michael Adam <obnox@samba.org> | 2007-12-06 01:49:37 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2007-12-06 01:51:53 +0100 |
commit | c436c5aa0f27b72d392772cfd4dbdbc5a1e591e5 (patch) | |
tree | 50bda2fdf560bdda937116115a28ca6f5efa6c4d /source3 | |
parent | 7c4019beb827ca0279c512998301c8114d2591cf (diff) | |
download | samba-c436c5aa0f27b72d392772cfd4dbdbc5a1e591e5.tar.gz samba-c436c5aa0f27b72d392772cfd4dbdbc5a1e591e5.tar.bz2 samba-c436c5aa0f27b72d392772cfd4dbdbc5a1e591e5.zip |
Improve a debug message.
Michael
(This used to be commit 1ea3ec9271f56f7aec8a01681f5eb4adcbfe0588)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/winbindd/winbindd_async.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_async.c b/source3/winbindd/winbindd_async.c index 611ca03001..c0254412e5 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; } |