Skip to content

Commit

Permalink
[TIPC]: Initial activation message now includes TIPC version number
Browse files Browse the repository at this point in the history
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Per Liden <per.liden@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Allan Stephens authored and David S. Miller committed Jun 30, 2006
1 parent ea13847 commit 0702056
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net/tipc/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0702056

Please sign in to comment.