mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-04 20:46:28 +01:00
add logging
This commit is contained in:
parent
238fac3696
commit
44af266db6
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ XWThreadPool::CloseSocket( int socket )
|
|||
void
|
||||
XWThreadPool::EnqueueKill( int socket, const char* const why )
|
||||
{
|
||||
logf( XW_LOGINFO, "%s(%d) reason: %s", __func__, socket, why );
|
||||
enqueue( socket, STYPE_UNKNOWN, Q_KILL );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue