!39 Change print message from Error to Debug level

Merge pull request !39 from Treeees/master
This commit is contained in:
openharmony_ci
2022-08-08 13:41:59 +00:00
committed by Gitee
+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_;