mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
tweak logging
This commit is contained in:
parent
17eda4e5e1
commit
1a73ab26ac
1 changed files with 2 additions and 1 deletions
|
@ -1673,7 +1673,8 @@ relay_connd_curses( void* XP_UNUSED(closure), XP_UCHAR* const XP_UNUSED(room),
|
|||
XP_Bool XP_UNUSED_DBG(allHere),
|
||||
XP_U16 XP_UNUSED_DBG(nMissing) )
|
||||
{
|
||||
XP_LOGF( "%s got allHere: %d; nMissing: %d", __func__, allHere, nMissing );
|
||||
XP_LOGF( "%s got allHere: %s; nMissing: %d", __func__,
|
||||
allHere?"true":"false", nMissing );
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue