mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +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 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 ) {
|
||||
|
|
Loading…
Reference in a new issue