From a90034f5aae0d92f319eb9f218e685351bcc7534 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 5 Feb 2007 14:57:31 +0000 Subject: r21146: Fix debug typos. Guenther (This used to be commit cdef1d00b89abd632281d428f1e1a6b322559af4) --- source3/nsswitch/winbindd_rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch/winbindd_rpc.c') 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)) -- cgit