git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78581ad
)
Improve a debug message.
author
Michael Adam
<obnox@samba.org>
Thu, 6 Dec 2007 00:49:37 +0000
(
01:49
+0100)
committer
Michael Adam
<obnox@samba.org>
Thu, 6 Dec 2007 00:51:53 +0000
(
01:51
+0100)
Michael
source/winbindd/winbindd_async.c
patch
|
blob
|
history
diff --git
a/source/winbindd/winbindd_async.c
b/source/winbindd/winbindd_async.c
index 611ca03001c692094eadb73452c67c0d72ecb8ba..c0254412e57fd7a0e38d97767b1de732c111c982 100644
(file)
--- 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;
}