videoio(msmf): use info message in SourceReaderCB destructor

This commit is contained in:
Alexander Alekhin 2022-01-10 12:16:01 +03:00
parent 742a08229e
commit 05dbaf7672

View File

@ -449,7 +449,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: