From 2d743ac8f15977fd936c78574c54227fc9fed3b9 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 9 Feb 2006 10:17:38 +0000 Subject: r13409: No functional changes, just some DEBUG cleanup. Guenther (This used to be commit 286f6fc2339cf4ef232c16466b8dffdcddbe343f) --- source3/nsswitch/winbindd_dual.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch/winbindd_dual.c') diff --git a/source3/nsswitch/winbindd_dual.c b/source3/nsswitch/winbindd_dual.c index 1988f36b51..56a7afec9f 100644 --- a/source3/nsswitch/winbindd_dual.c +++ b/source3/nsswitch/winbindd_dual.c @@ -697,7 +697,7 @@ static BOOL fork_domain_child(struct winbindd_child *child) ret = sys_select(state.sock + 1, &read_fds, NULL, NULL, tp); if (ret == 0) { - DEBUG(10,("nothing is ready yet, continue\n")); + DEBUG(11,("nothing is ready yet, continue\n")); continue; } -- cgit