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_;