From 83dce235507cab7fef284e012982f5665aff55c4 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 19 Feb 2007 17:47:50 +0000 Subject: r21454: Fix debug typo. Guenther (This used to be commit 5c4a58ff3ab261e32789f39f2cf478367b727318) --- source3/nsswitch/winbindd_cm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/nsswitch/winbindd_cm.c b/source3/nsswitch/winbindd_cm.c index ccf6b20a9f..010d38fde9 100644 --- a/source3/nsswitch/winbindd_cm.c +++ b/source3/nsswitch/winbindd_cm.c @@ -363,7 +363,7 @@ static void set_domain_online(struct winbindd_domain *domain) domain->name )); if (domain->internal) { - DEBUG(3,("set_domain_offline: domain %s is internal - logic error.\n", + DEBUG(3,("set_domain_online: domain %s is internal - logic error.\n", domain->name )); return; } -- cgit