From: huanghua Date: Tue, 2 Dec 2008 00:41:30 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_120~37 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=5cc506ceeaf95be58a42e52fa3f2e9208efb120d;p=fs%2Flustre-release.git Branch HEAD b=17844 i=rahul.deshmukh i=pravin.shelar This warning message does not need to be printed on the console during each startup --- diff --git a/lustre/obdclass/obd_config.c b/lustre/obdclass/obd_config.c index eaadb09..f0c7f9f 100644 --- a/lustre/obdclass/obd_config.c +++ b/lustre/obdclass/obd_config.c @@ -1131,8 +1131,8 @@ static int class_config_llog_handler(struct llog_handle * handle, } if ((lcfg->lcfg_command == LCFG_SETUP && index && strcmp(index, "type") == 0)) { - CWARN("For 1.8 interoperability, set this" - " index to '0'\n"); + CDEBUG(D_INFO, "For 1.8 interoperability, " + "set this index to '0'\n"); index[0] = '0'; index[1] = 0; }