get rid of overlogged message

This commit is contained in:
ehouse 2009-11-08 21:25:43 +00:00
parent 066c3de9a7
commit 8e0dad43c7

View file

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