From 5cc506ceeaf95be58a42e52fa3f2e9208efb120d Mon Sep 17 00:00:00 2001 From: huanghua Date: Tue, 2 Dec 2008 00:41:30 +0000 Subject: [PATCH] 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 --- lustre/obdclass/obd_config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 1.8.3.1