Commit 43ea575e authored by Lionel Gauthier's avatar Lionel Gauthier

Trace

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5185 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent a40d90ff
......@@ -344,8 +344,8 @@ NwGtpv1uCreateTunnelEndPoint( NW_IN NwGtpv1uStackT *thiz,
&(thiz->teidMap), pTunnelEndPoint);
NW_ASSERT(pTunnelEndPoint);
NW_LOG(thiz, NW_LOG_LEVEL_DEBG,
"Tunnel end-point 0x%x creation successful for teid 0x%x",
(unsigned int)pTunnelEndPoint, teid);
"Tunnel end-point 0x%x creation successful for teid 0x%x %u(dec)",
(unsigned int)pTunnelEndPoint, teid, teid);
}
} else {
......
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