aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/util.c')
-rw-r--r--kernel/util.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/kernel/util.c b/kernel/util.c
index 7296517..6764157 100644
--- a/kernel/util.c
+++ b/kernel/util.c
@@ -31,7 +31,9 @@ int __init fuse_init(void)
{
int res;
- printk(KERN_DEBUG "fuse init (version %i)\n", FUSE_KERNEL_VERSION);
+ printk(KERN_DEBUG "fuse init %s (API version %i.%i)\n",
+ FUSE_VERSION,
+ FUSE_KERNEL_VERSION, FUSE_KERNEL_MINOR_VERSION);
res = fuse_fs_init();
if(res)