From 7b18da70dbb99af4687d0f7788c21064e9e14ceb Mon Sep 17 00:00:00 2001 From: Eric House Date: Mon, 22 Jul 2013 06:11:10 -0700 Subject: [PATCH] logging tweak --- xwords4/relay/cref.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/relay/cref.h b/xwords4/relay/cref.h index c12a5d752..773a2fdeb 100644 --- a/xwords4/relay/cref.h +++ b/xwords4/relay/cref.h @@ -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;