summaryrefslogtreecommitdiff
path: root/source3
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
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')
-rw-r--r--source3/nsswitch/winbindd_cache.c2
-rw-r--r--source3/nsswitch/winbindd_rpc.c2
2 files changed, 2 insertions, 2 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);
diff --git a/source3/nsswitch/winbindd_rpc.c b/source3/nsswitch/winbindd_rpc.c
index 13a2174a26..6952c7717c 100644
--- a/source3/nsswitch/winbindd_rpc.c
+++ b/source3/nsswitch/winbindd_rpc.c
@@ -391,7 +391,7 @@ static NTSTATUS query_user(struct winbindd_domain *domain,
NET_USER_INFO_3 *user;
struct rpc_pipe_client *cli;
- DEBUG(3,("rpc: query_user rid=%s\n",
+ DEBUG(3,("rpc: query_user sid=%s\n",
sid_to_string(sid_string, user_sid)));
if (!sid_peek_check_rid(&domain->sid, user_sid, &user_rid))