This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / fs / rcfs / super.c
index f013df2..871b7fb 100644 (file)
@@ -164,7 +164,7 @@ static int rcfs_fill_super(struct super_block *sb, void *data, int silent)
                clstype = ckrm_classtypes[i];
                if (clstype == NULL)
                        continue;
-               printk(KERN_DEBUG "A non null classtype\n");
+               printk("A non null classtype\n");
 
                if ((rc = rcfs_register_classtype(clstype)))
                        continue;       // could return with an error too