improve log statement

This commit is contained in:
Eric House 2010-10-04 20:01:00 -07:00
parent fae8faa0be
commit 43bf3cd50f

View file

@ -1221,7 +1221,7 @@ CookieRef::printSeeds( const char* caller )
len += snprintf( &buf[len], sizeof(buf)-len, "%.4x/%d ",
iter->m_seed, iter->m_socket );
}
logf( XW_LOGINFO, "seeds after %s(): %s", caller, buf );
logf( XW_LOGINFO, "seeds/sockets after %s(): %s", caller, buf );
}
void