diff --git a/core/AmOfferAnswer.cpp b/core/AmOfferAnswer.cpp index 57322cbb..06d36aaf 100644 --- a/core/AmOfferAnswer.cpp +++ b/core/AmOfferAnswer.cpp @@ -364,7 +364,7 @@ int AmOfferAnswer::onReplyOut(AmSipReply& reply) } else { force_no_sdp_update = (sdp_local.origin.sessV == parser_sdp.origin.sessV); if (force_no_sdp_update) - DBG("Forcing no OA state update (no SDP changes, same session version: was <%llu>, now is <%llu>).\n", + DBG("Forcing no OA state update (no SDP changes, same session version: was <%u>, now is <%u>).\n", sdp_local.origin.sessV, parser_sdp.origin.sessV); } }