mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +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 ",
|
len += snprintf( &buf[len], sizeof(buf)-len, "%.4x/%d ",
|
||||||
iter->m_seed, iter->m_socket );
|
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
|
void
|
||||||
|
|
Loading…
Add table
Reference in a new issue