提交 10239539 编写于 作者: wmmhello's avatar wmmhello

[TD-5992] add error msg

上级 84afe48a
......@@ -462,7 +462,7 @@ static int taos_set_config_imp(const char *config){
continue;
}
if(!taosReadConfigOption(item->string, item->valuestring, NULL, NULL, TAOS_CFG_CSTATUS_OPTION)){
printf("set failed:%s->%s", item->string, item->valuestring);
printf("set failed:%s->%s, paras err or can not set from file", item->string, item->valuestring);
ret = -2;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册