From 68827a7fbc3652ab20771d0ad5b0f77de29c0f08 Mon Sep 17 00:00:00 2001 From: Soeren Sandmann Date: Mon, 16 Jan 2006 01:22:27 +0000 Subject: Print out sysprof version at module load time. Sun Jan 15 20:22:20 2006 Soeren Sandmann * module/sysprof-module.c (init_module): Print out sysprof version at module load time. --- module/sysprof-module.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'module') diff --git a/module/sysprof-module.c b/module/sysprof-module.c index eb4a4b4..e0dff7f 100644 --- a/module/sysprof-module.c +++ b/module/sysprof-module.c @@ -36,6 +36,7 @@ #include #include +#include "../config.h" #include "sysprof-module.h" #include @@ -249,7 +250,7 @@ init_module(void) return ret; } - printk(KERN_ALERT "sysprof: loaded\n"); + printk(KERN_ALERT "sysprof: loaded (%s)\n", PACKAGE_VERSION); return 0; } -- cgit v1.2.3