Whamcloud - gitweb
b=1615
authoryoufeng <youfeng>
Fri, 26 Sep 2003 03:58:48 +0000 (03:58 +0000)
committeryoufeng <youfeng>
Fri, 26 Sep 2003 03:58:48 +0000 (03:58 +0000)
a greppable magic string to aid LLNL in extracting the lustre messages from
syslog. "Lustre:" for less important messages, and "LustreError" for more
important messages.

lustre/cobd/cache_obd.c

index 9492509..059364a 100644 (file)
@@ -270,7 +270,7 @@ static int __init cobd_init(void)
         struct lprocfs_static_vars lvars;
         ENTRY;
 
-        printk(KERN_INFO "Lustre Caching OBD driver; info@clusterfs.com\n");
+        printk(KERN_INFO "Lustre: Caching OBD driver; info@clusterfs.com\n");
 
         lprocfs_init_vars(cobd, &lvars);
         RETURN(class_register_type(&cobd_ops, lvars.module_vars,