From a89520a3773ec18a3c3145219d8ddd749204a404 Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 28 Sep 2010 18:04:31 -0700 Subject: [PATCH] use __func__ --- xwords4/common/comms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/common/comms.c b/xwords4/common/comms.c index cb1e3a503..acd55b5bf 100644 --- a/xwords4/common/comms.c +++ b/xwords4/common/comms.c @@ -1101,7 +1101,7 @@ comms_resendAll( CommsCtxt* comms ) if ( result == 0 && oneResult != 0 ) { result = oneResult; } - XP_STATUSF( "resend: msgID=" XP_LD "; rslt=%d", + XP_STATUSF( "%s: msgID=" XP_LD "; rslt=%d", __func__, msg->msgID, oneResult ); }