Merge pull request #21416 from alalek:videoio_msmf_sourcereadercb_dtor_message_info

This commit is contained in:
Alexander Alekhin 2022-01-10 15:22:09 +00:00
commit 1ba7c2f276

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: