From b4ca2518a906566df61e3793dd50374e24f56d49 Mon Sep 17 00:00:00 2001 From: Haibo Zhu Date: Wed, 20 May 2015 20:54:51 -0700 Subject: [PATCH] Change the trace level from INFO to DEBUG to avoid too many traces --- codec/decoder/core/src/decoder_core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codec/decoder/core/src/decoder_core.cpp b/codec/decoder/core/src/decoder_core.cpp index 5b837cb261..8b01cdccad 100644 --- a/codec/decoder/core/src/decoder_core.cpp +++ b/codec/decoder/core/src/decoder_core.cpp @@ -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; }