mirror of
https://github.com/openharmony/multimedia_utils_lite.git
synced 2026-07-18 17:34:36 -04:00
!39 Change print message from Error to Debug level
Merge pull request !39 from Treeees/master
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