X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fobdclass%2Fsysctl.c;h=080dc1b5e5243fe61b9c577930eb8942cf7218d6;hb=b09e7f4d94ef26de03dd56a1a75cca0830288cde;hp=2b677440c56248272a358f4bdf34278970ef2b89;hpb=6bdee0c416dbf94826fcb1bfd36f5e9e765513b2;p=fs%2Flustre-release.git diff --git a/lustre/obdclass/sysctl.c b/lustre/obdclass/sysctl.c index 2b67744..080dc1b 100644 --- a/lustre/obdclass/sysctl.c +++ b/lustre/obdclass/sysctl.c @@ -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];