|
@@ -1092,7 +1092,7 @@ ErrorCodeEnum CIDCertFSM::GetPngBlobEx(CBlob &data, CSimpleStringA fileNamePrefi
|
|
|
if (!ExistsFileA((const char*)(strPath + ".bmp")))
|
|
|
{
|
|
|
CSimpleStringA warnMsg = CSimpleStringA::Format("Cannot find %s.bmp in NEW dep path!", fileNamePrefix.GetData());
|
|
|
- LogWarn(Severity_Middle, Error_Unexpect, IDCertificate_UserErrorCode_GetDepPath_Failed, warnMsg.GetData());
|
|
|
+ LogWarn(Severity_Middle, Error_Unexpect, IDCertificate_UserErrorCode_GetNewDepFile_Failed, warnMsg.GetData());
|
|
|
|
|
|
eErr = m_pEntity->GetFunction()->GetPath("DepBak", strPath);
|
|
|
DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("[DepBak]%s,%s", SpStrError(eErr), strPath.GetData());
|