|
@@ -817,7 +817,7 @@ void CVtmLoaderFSM::s4_on_entry()
|
|
|
std::pair<bool, std::string> strResult;
|
|
|
strResult = generateJsonStr(msgInfo);
|
|
|
|
|
|
- LogWarn(Severity_Low, Error_Succeed, VtmLoader_BootInfoPrint, strResult.second.c_str());
|
|
|
+ LogWarn(Severity_Low, Error_Succeed, VtmLoader_InfoAboutBootCost, strResult.second.c_str());
|
|
|
DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER).setLogCode("QLR040210F16")("%s", strResult.second.c_str());
|
|
|
|
|
|
//oiltmp wait for analyse progress, then change to app log format
|