Skip to content
Snippets Groups Projects
Commit 5cc506ce authored by huanghua's avatar huanghua
Browse files

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
parent d425a1a0
No related merge requests found
...@@ -1131,8 +1131,8 @@ static int class_config_llog_handler(struct llog_handle * handle, ...@@ -1131,8 +1131,8 @@ static int class_config_llog_handler(struct llog_handle * handle,
} }
if ((lcfg->lcfg_command == LCFG_SETUP && index && if ((lcfg->lcfg_command == LCFG_SETUP && index &&
strcmp(index, "type") == 0)) { strcmp(index, "type") == 0)) {
CWARN("For 1.8 interoperability, set this" CDEBUG(D_INFO, "For 1.8 interoperability, "
" index to '0'\n"); "set this index to '0'\n");
index[0] = '0'; index[0] = '0';
index[1] = 0; index[1] = 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment