Skip to content

Commit

Permalink
Change the trace level from INFO to DEBUG to avoid too many traces
Browse files Browse the repository at this point in the history
  • Loading branch information
HaiboZhu authored and Ghislain MARY committed May 29, 2015
1 parent a62784e commit b4ca251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codec/decoder/core/src/decoder_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit b4ca251

Please sign in to comment.