|
@@ -1669,9 +1669,9 @@ ErrorCodeEnum CIDCertFSM::GetPngBlobEx(CBlob &data, CSimpleStringA fileNamePrefi
|
|
|
CSimpleStringA strPath, errMsg, strOldPath;
|
|
|
ErrorCodeEnum eErr;
|
|
|
eErr = m_pEntity->GetFunction()->GetPath("Dep", strPath);
|
|
|
- DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("[Dep]%s,%s", SpStrError(eErr), strPath.GetData());
|
|
|
if (eErr != Error_Succeed)
|
|
|
{
|
|
|
+ DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("Get [Dep] path failed! errcode:%s.", SpStrError(eErr));
|
|
|
if (bClear)
|
|
|
DeleteZP(Bmp_SCAN);
|
|
|
return Error_Param;
|