summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_cache.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-02-05 14:57:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:43 -0500
commita90034f5aae0d92f319eb9f218e685351bcc7534 (patch)
treec130372e0553e6887e7983933c6f070ffb6c0d56 /source3/nsswitch/winbindd_cache.c
parentc622130a7dd52c6d22e546c955fda5ec9cedd363 (diff)
downloadsamba-a90034f5aae0d92f319eb9f218e685351bcc7534.tar.gz
samba-a90034f5aae0d92f319eb9f218e685351bcc7534.tar.bz2
samba-a90034f5aae0d92f319eb9f218e685351bcc7534.zip
r21146: Fix debug typos.
Guenther (This used to be commit cdef1d00b89abd632281d428f1e1a6b322559af4)
Diffstat (limited to 'source3/nsswitch/winbindd_cache.c')
-rw-r--r--source3/nsswitch/winbindd_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_cache.c b/source3/nsswitch/winbindd_cache.c
index 423e625ced..4133611148 100644
--- a/source3/nsswitch/winbindd_cache.c
+++ b/source3/nsswitch/winbindd_cache.c
@@ -1609,7 +1609,7 @@ do_query:
if (!NT_STATUS_IS_OK(domain->last_status))
return domain->last_status;
- DEBUG(10,("sid_to_name: [Cached] - doing backend query for info for domain %s\n",
+ DEBUG(10,("query_user: [Cached] - doing backend query for info for domain %s\n",
domain->name ));
status = domain->backend->query_user(domain, mem_ctx, user_sid, info);