mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
logging tweak
This commit is contained in:
parent
48a2567edf
commit
7b18da70db
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ HostRec(HostID hostID, const AddrInfo* addr, int nPlayersH, int seed, bool ackPe
|
|||
, m_lastHeartbeat(uptime())
|
||||
, m_ackPending(ackPending)
|
||||
{
|
||||
::logf( XW_LOGINFO, "created HostRec with id %d", m_hostID);
|
||||
logf( XW_LOGINFO, "%s created HostRec with id %d", __func__, m_hostID);
|
||||
}
|
||||
HostID m_hostID;
|
||||
AddrInfo m_addr;
|
||||
|
|
Loading…
Add table
Reference in a new issue