From 41a7ea369bfad52d7870cf97555d63810d40d3fc Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 25 Apr 2006 13:50:35 +0000 Subject: r15244: Fix debug typo. Guenther (This used to be commit 01787bd45b4186d3e997f750b08c50df9d3cbbe1) --- source3/nsswitch/winbindd_rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/nsswitch/winbindd_rpc.c b/source3/nsswitch/winbindd_rpc.c index 4aaedad4a2..669b5b923b 100644 --- a/source3/nsswitch/winbindd_rpc.c +++ b/source3/nsswitch/winbindd_rpc.c @@ -428,7 +428,7 @@ static NTSTATUS lookup_usergroups(struct winbindd_domain *domain, if ( (user = netsamlogon_cache_get( mem_ctx, user_sid )) != NULL ) { - DEBUG(5,("query_user: Cache lookup succeeded for %s\n", + DEBUG(5,("lookup_usergroups: Cache lookup succeeded for %s\n", sid_string_static(user_sid))); *num_groups = user->num_groups; -- cgit