summaryrefslogtreecommitdiffstats
path: root/src/kernel/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/core.c')
-rw-r--r--src/kernel/core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kernel/core.c b/src/kernel/core.c
index d87bccf..63d71d1 100644
--- a/src/kernel/core.c
+++ b/src/kernel/core.c
@@ -40,6 +40,8 @@ static int __init dnbd3_init(void)
return -EIO;
}
+ printk("DNBD3 kernel module loaded. Machine type: " ENDIAN_MODE "\n");
+
// add MAX_NUMBER_DEVICES devices
for (i = 0; i < max_devs; i++)
{