log tweak

This commit is contained in:
ehouse 2005-09-04 20:44:46 +00:00
parent 55988dcdd7
commit 89f1eca340

View file

@ -245,7 +245,7 @@ XWThreadPool::real_listener()
int nMillis = tmgr->getPollTimeout();
int nEvents = poll( fds, nSockets, nMillis ); /* -1: infinite timeout */
logf( "back from poll: %d", nEvents );
logf( "back from poll: %d", nEvents );
if ( nEvents == 0 ) {
tmgr->fireElapsedTimers();
} else if ( nEvents < 0 ) {