mirror of
https://github.com/openharmony/multimedia_media_utils_lite.git
synced 2026-07-01 03:22:21 -04:00
Change print message from Error to Debug level
Signed-off-by: Zheng Yongjun <2660599479@qq.com>
This commit is contained in:
+1
-1
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user