Change print message from Error to Debug level

Signed-off-by: Zheng Yongjun <2660599479@qq.com>
This commit is contained in:
Zheng Yongjun
2022-08-08 20:34:30 +08:00
parent da6da0476a
commit 31499c8998
+1 -1
View File
@@ -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_;