mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
tweak logging
This commit is contained in:
parent
6027c94a43
commit
6d22c3ab86
1 changed files with 2 additions and 1 deletions
|
@ -1386,7 +1386,8 @@ got_connect_cmd( CommsCtxt* comms, XWStreamCtxt* stream,
|
|||
__func__, comms->r.connName, connName );
|
||||
}
|
||||
XP_MEMCPY( comms->r.connName, connName, sizeof(comms->r.connName) );
|
||||
XP_LOGF( "%s: connName: \"%s\"", __func__, connName );
|
||||
XP_LOGF( "%s: connName: \"%s\" (reconnect=%d)", __func__, connName,
|
||||
reconnected );
|
||||
}
|
||||
#else
|
||||
stringFromStreamHere( stream, comms->r.connName,
|
||||
|
|
Loading…
Reference in a new issue