From 0e03f887adb5191701cb00dfd6e81c65685ab6c4 Mon Sep 17 00:00:00 2001 From: Lionel Gauthier <lionel.gauthier@eurecom.fr> Date: Thu, 29 Jan 2015 17:00:16 +0000 Subject: [PATCH] log date only git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6453 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- openair-cn/GTPV1-U/GTPURH/xt_GTPURH.c | 1 + 1 file changed, 1 insertion(+) diff --git a/openair-cn/GTPV1-U/GTPURH/xt_GTPURH.c b/openair-cn/GTPV1-U/GTPURH/xt_GTPURH.c index 9d14dbd61b..ab010ad5f5 100755 --- a/openair-cn/GTPV1-U/GTPURH/xt_GTPURH.c +++ b/openair-cn/GTPV1-U/GTPURH/xt_GTPURH.c @@ -530,6 +530,7 @@ __init gtpurh_tg_init(void) { pr_info("GTPURH: Initializing module (KVersion: %d)\n", KVERSION); pr_info("GTPURH: Copyright Polaris Networks 2010-2011\n"); pr_info("GTPURH: Modified by EURECOM Lionel GAUTHIER 2014\n"); + pr_info("GTPURH: Compiled %s at time %s\n",__DATE__,__TIME__); #if defined(WITH_IPV6) pr_info("GTPURH: IPv4/IPv6 enabled\n"); #else -- GitLab