1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

videoio(msmf): use info message in SourceReaderCB destructor

original commit: 05dbaf7672
This commit is contained in:
Alexander Alekhin
2022-01-10 12:16:01 +03:00
committed by Alexander Alekhin
parent 0309d957ae
commit 09f8dbce28
+1 -1
View File
@@ -536,7 +536,7 @@ private:
// Destructor is private. Caller should call Release.
virtual ~SourceReaderCB()
{
CV_LOG_WARNING(NULL, "terminating async callback");
CV_LOG_INFO(NULL, "terminating async callback");
}
public: