use __func__

This commit is contained in:
Eric House 2010-09-28 18:04:31 -07:00
parent 953e4601b9
commit a89520a377

View file

@ -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 );
}