diff --git a/openair-cn/GTPV1-U/nw-gtpv1u/src/NwGtpv1u.c b/openair-cn/GTPV1-U/nw-gtpv1u/src/NwGtpv1u.c
index cb1cb3c368dd28e8221d4369ed2c844c5f9d5f11..191b15843df42ce8ad8a583acdcd1715c6bc688b 100644
--- a/openair-cn/GTPV1-U/nw-gtpv1u/src/NwGtpv1u.c
+++ b/openair-cn/GTPV1-U/nw-gtpv1u/src/NwGtpv1u.c
@@ -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 {