add logging

This commit is contained in:
Eric House 2011-06-20 18:10:42 -07:00
parent 238fac3696
commit 44af266db6

View file

@ -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 );
}