mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +01:00
get rid of overlogged message
This commit is contained in:
parent
066c3de9a7
commit
8e0dad43c7
1 changed files with 0 additions and 1 deletions
|
@ -224,7 +224,6 @@ http_thread_main( void* arg )
|
|||
if ( isLocal ) {
|
||||
in_addr_t s_addr = name.sin_addr.s_addr;
|
||||
isLocal = 0x7f000001 == htonl(s_addr);
|
||||
logf( XW_LOGINFO, "name: %x", htonl(s_addr) );
|
||||
}
|
||||
|
||||
MutexLock ml(&state->m_dataMutex);
|
||||
|
|
Loading…
Reference in a new issue