Whamcloud - gitweb
obdfs/flushd.c: removed iput() from dequeue routine, as we no longer remove
[fs/lustre-release.git] / lustre / obdclass / sysctl.c
index 2b67744..080dc1b 100644 (file)
@@ -96,7 +96,7 @@ int obd_sctl_vars (ctl_table * table, int write,
                return rc;
 
        if ( index < 0 || index > 1 ) {
-               printk("Index illegal!\n");
+               printk(KERN_WARNING __FUNCTION__ "Illegal index %d!\n", index);
                index = 0;
        } else {
                obd_table[OBD_VARS_SLOT].data = &vars[index];