|
@@ -1092,7 +1092,6 @@ ErrorCodeEnum CIDCertFSM::GetPngBlobEx(CBlob &data, CSimpleStringA fileNamePrefi
|
|
|
if (!ExistsFileA((const char*)(strPath + ".bmp")))
|
|
|
{
|
|
|
eErr = m_pEntity->GetFunction()->GetPath("DepBak", strOldPath);
|
|
|
- DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("[DepBak]%s,%s", SpStrError(eErr), strOldPath.GetData());
|
|
|
if (eErr != Error_Succeed)
|
|
|
{
|
|
|
DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("Get [DepBak] Path failed! errcode:%s.", SpStrError(eErr));
|