use TAGFMT stuff for comms_resendAll()

This commit is contained in:
Eric House 2015-02-17 20:45:39 -08:00
parent 7e8c30f2ab
commit 159a1a8dd2

View file

@ -1463,6 +1463,7 @@ comms_resendAll( CommsCtxt* comms, XP_Bool force )
comms->nextResend = now + comms->resendBackoff;
}
}
XP_LOGF( TAGFMT() "=>%d", TAGPRMS, success );
return success;
} /* comms_resend */