change the log level for conflict M-TMSI

This commit is contained in:
Sukchan Lee 2018-01-21 22:46:48 +09:00
parent 4c8e2add2f
commit b678d9e9a2
1 changed files with 1 additions and 1 deletions

View File

@ -2719,7 +2719,7 @@ status_t mme_m_tmsi_pool_generate()
if (*m_tmsi == self.m_tmsi.pool[j])
{
conflict = 1;
d_trace(3, "[M-TMSI CONFLICT] %d:0x%x == %d:0x%x\n",
d_warn("[M-TMSI CONFLICT] %d:0x%x == %d:0x%x",
index, *m_tmsi, j, self.m_tmsi.pool[j]);
break;
}