Commit 073da626 authored by aligungr's avatar aligungr

NAS timer logging improvement

parent 6e3b9b04
......@@ -133,7 +133,7 @@ void NasTask::onTimerExpire(nas::NasTimer &timer)
void NasTask::performTick()
{
auto sendExpireMsg = [this](nas::NasTimer *timer) {
logger->debug("NAS timer[%d] expired", timer->getCode());
logger->debug("NAS timer[%d] expired [%d]", timer->getCode(), timer->getExpiryCount());
auto *nw = new NwUeNasToNas(NwUeNasToNas::NAS_TIMER_EXPIRE);
nw->timer = timer;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment