From: Allan Stephens Date: Thu, 29 Jun 2006 19:33:51 +0000 (-0700) Subject: [TIPC]: Initial activation message now includes TIPC version number X-Git-Tag: v2.6.18-rc1~321^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0702056f9f41274a06e21cb05f12b4265b4867a2;p=profile%2Fivi%2Fkernel-x86-ivi.git [TIPC]: Initial activation message now includes TIPC version number Signed-off-by: Allan Stephens Signed-off-by: Per Liden Signed-off-by: David S. Miller --- diff --git a/net/tipc/core.c b/net/tipc/core.c index 5003acb..0539a83 100644 --- a/net/tipc/core.c +++ b/net/tipc/core.c @@ -191,7 +191,8 @@ static int __init tipc_init(void) int res; tipc_log_reinit(CONFIG_TIPC_LOG); - info("Activated (compiled " __DATE__ " " __TIME__ ")\n"); + info("Activated (version " TIPC_MOD_VER + " compiled " __DATE__ " " __TIME__ ")\n"); tipc_own_addr = 0; tipc_remote_management = 1;