Whamcloud - gitweb
Branch HEAD
authorhuanghua <huanghua>
Tue, 2 Dec 2008 00:41:30 +0000 (00:41 +0000)
committerhuanghua <huanghua>
Tue, 2 Dec 2008 00:41:30 +0000 (00:41 +0000)
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

index eaadb09..f0c7f9f 100644 (file)
@@ -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;
                         }