mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
log tweak
This commit is contained in:
parent
55988dcdd7
commit
89f1eca340
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ XWThreadPool::real_listener()
|
||||||
int nMillis = tmgr->getPollTimeout();
|
int nMillis = tmgr->getPollTimeout();
|
||||||
|
|
||||||
int nEvents = poll( fds, nSockets, nMillis ); /* -1: infinite timeout */
|
int nEvents = poll( fds, nSockets, nMillis ); /* -1: infinite timeout */
|
||||||
logf( "back from poll: %d", nEvents );
|
logf( "back from poll: %d", nEvents );
|
||||||
if ( nEvents == 0 ) {
|
if ( nEvents == 0 ) {
|
||||||
tmgr->fireElapsedTimers();
|
tmgr->fireElapsedTimers();
|
||||||
} else if ( nEvents < 0 ) {
|
} else if ( nEvents < 0 ) {
|
||||||
|
|
Loading…
Reference in a new issue