From 89917b51d7bd968e24c493dd908cdf0672f97d0e Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 20 Apr 2005 07:30:03 +0000 Subject: r6401: Fix a debug message (This used to be commit fb561fe26cc61272e24965b81e276fa5420b146d) --- source3/nsswitch/winbindd_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch/winbindd_cache.c') 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, -- cgit