From 76022f73d6d8815ea581563225bd6ee9c9b91394 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 16 Oct 2006 00:08:19 +0000 Subject: r19301: Correct debug statement. (This used to be commit 3ea8399bc9ae9de0a6eb0efe0f5b96f923b62082) --- source3/nsswitch/winbindd_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/nsswitch/winbindd_user.c b/source3/nsswitch/winbindd_user.c index 94e807356d..8b19859940 100644 --- a/source3/nsswitch/winbindd_user.c +++ b/source3/nsswitch/winbindd_user.c @@ -229,7 +229,7 @@ static void getpwsid_queryuser_recv(void *private_data, BOOL success, talloc_get_type_abort(private_data, struct getpwsid_state); if (!success) { - DEBUG(5, ("Could not query user %s SID %s\n", s->domain->name, + DEBUG(5, ("Could not query domain %s SID %s\n", s->domain->name, sid_string_static(&s->user_sid))); request_error(s->state); return; -- cgit