From: youfeng Date: Fri, 26 Sep 2003 03:58:48 +0000 (+0000) Subject: b=1615 X-Git-Tag: v1_7_100~1^368~51 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=0f454fa925b295feaed2c1578cfd749e2937cd7c;p=fs%2Flustre-release.git b=1615 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. --- diff --git a/lustre/cobd/cache_obd.c b/lustre/cobd/cache_obd.c index 9492509..059364a 100644 --- a/lustre/cobd/cache_obd.c +++ b/lustre/cobd/cache_obd.c @@ -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,