From de5f0db0add0201e03ca82c576c99bae096bd78a Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 7 Sep 2007 14:50:45 +0000 Subject: removed misleading debug message (looked like an error, but was normal state) --- syslogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syslogd.c') diff --git a/syslogd.c b/syslogd.c index 176d3149..0bad5264 100644 --- a/syslogd.c +++ b/syslogd.c @@ -5505,7 +5505,7 @@ static rsRetVal processSelectAfter(int maxfds, int nfds, fd_set *pReadfds, fd_se /* the following macro is used to decrement the number of to-be-probed * fds and abort this function when we are done with all. */ -# define FDPROCESSED() if(--nfds == 0) { dbgprintf("nfds == 0, aborting\n");ABORT_FINALIZE(RS_RET_OK); } +# define FDPROCESSED() if(--nfds == 0) { ABORT_FINALIZE(RS_RET_OK); } if (nfds < 0) { if (errno != EINTR) -- cgit v1.2.3