Change the trace level from INFO to DEBUG to avoid too many traces

This commit is contained in:
Haibo Zhu
2015-05-20 20:54:51 -07:00
parent 7d7a5c28bc
commit e757dce0e4

View File

@@ -1976,7 +1976,7 @@ int32_t ConstructAccessUnit (PWelsDecoderContext pCtx, uint8_t** ppDst, SBufferI
WelsDecodeAccessUnitEnd (pCtx);
if (ERR_NONE != iErr) {
WelsLog (& (pCtx->sLogCtx), WELS_LOG_INFO, "returned error from decoding:[0x%x]", iErr);
WelsLog (& (pCtx->sLogCtx), WELS_LOG_DEBUG, "returned error from decoding:[0x%x]", iErr);
return iErr;
}