From 31499c899895973a236928981f3217c9765f5cb1 Mon Sep 17 00:00:00 2001 From: Zheng Yongjun <2660599479@qq.com> Date: Mon, 8 Aug 2022 20:34:30 +0800 Subject: [PATCH] Change print message from Error to Debug level Signed-off-by: Zheng Yongjun <2660599479@qq.com> --- src/source.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/source.cpp b/src/source.cpp index c15455c..2aad764 100644 --- a/src/source.cpp +++ b/src/source.cpp @@ -80,7 +80,7 @@ StreamSource::StreamSource() StreamSource::~StreamSource() { - MEDIA_ERR_LOG("[%s,%d] in", __func__, __LINE__); + MEDIA_DEBUG_LOG("[%s,%d] in", __func__, __LINE__); #ifndef SURFACE_DISABLED if (surface_ != nullptr) { delete surface_;