From 43ea575e402efb9edd59e162148e7186e13cba40 Mon Sep 17 00:00:00 2001
From: Lionel Gauthier <lionel.gauthier@eurecom.fr>
Date: Tue, 18 Mar 2014 17:29:53 +0000
Subject: [PATCH] Trace

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5185 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 openair-cn/GTPV1-U/nw-gtpv1u/src/NwGtpv1u.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/openair-cn/GTPV1-U/nw-gtpv1u/src/NwGtpv1u.c b/openair-cn/GTPV1-U/nw-gtpv1u/src/NwGtpv1u.c
index cb1cb3c368..191b15843d 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 {
-- 
GitLab