mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
remove logging
This commit is contained in:
parent
0e7fcf7b51
commit
03e6db5107
1 changed files with 0 additions and 1 deletions
|
@ -282,7 +282,6 @@ XWThreadPool::real_listener()
|
|||
|
||||
pthread_rwlock_rdlock( &m_activeSocketsRWLock );
|
||||
int nSockets = m_activeSockets.size() + 1; /* for pipe */
|
||||
logf( XW_LOGINFO, "%s: nSockets=%d", __func__, nSockets );
|
||||
#ifdef LOG_POLL
|
||||
int logCapacity = 4 * nSockets;
|
||||
int logLen = 0;
|
||||
|
|
Loading…
Reference in a new issue