mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
improve log statement
This commit is contained in:
parent
fae8faa0be
commit
43bf3cd50f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue