|
@@ -1669,7 +1669,7 @@ 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());
|
|
|
+ DbgWithLink(LOG_LEVEL_DEBUG, LOG_TYPE_SYSTEM)("[Dep]%s,%s", SpStrError(eErr), strPath.GetData());
|
|
|
if (eErr != Error_Succeed)
|
|
|
{
|
|
|
if (bClear)
|