From 8b4e09623c0685b7113ab838a3cec89357636873 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 7 Jan 2004 13:17:32 +0000 Subject: new version --- kernel/util.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'kernel/util.c') 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) -- cgit v1.2.3