diff options
author | Volker Lendecke <vlendec@samba.org> | 2005-04-20 07:30:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:56:40 -0500 |
commit | 89917b51d7bd968e24c493dd908cdf0672f97d0e (patch) | |
tree | b479a7c6ac7a74b81dc6f8ae8ee820e5f1f87e0b | |
parent | dd995fcc534a6501e5cda1d8d214727b5c3599f5 (diff) | |
download | samba-89917b51d7bd968e24c493dd908cdf0672f97d0e.tar.gz samba-89917b51d7bd968e24c493dd908cdf0672f97d0e.tar.bz2 samba-89917b51d7bd968e24c493dd908cdf0672f97d0e.zip |
r6401: Fix a debug message
(This used to be commit fb561fe26cc61272e24965b81e276fa5420b146d)
-rw-r--r-- | source3/nsswitch/winbindd_cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_cache.c b/source3/nsswitch/winbindd_cache.c index cc385a1dd7..73378eb81e 100644 --- a/source3/nsswitch/winbindd_cache.c +++ b/source3/nsswitch/winbindd_cache.c @@ -1265,7 +1265,7 @@ static NTSTATUS lookup_useraliases(struct winbindd_domain *domain, if (!NT_STATUS_IS_OK(domain->last_status)) return domain->last_status; - DEBUG(10,("lookup_usergroups: [Cached] - doing backend query for info " + DEBUG(10,("lookup_useraliases: [Cached] - doing backend query for info " "for domain %s\n", domain->name )); status = domain->backend->lookup_useraliases(domain, mem_ctx, |