mirror of
https://github.com/opencv/opencv.git
synced 2025-07-20 19:17:36 +08:00
videoio(msmf): use info message in SourceReaderCB destructor
This commit is contained in:
parent
742a08229e
commit
05dbaf7672
@ -449,7 +449,7 @@ private:
|
|||||||
// Destructor is private. Caller should call Release.
|
// Destructor is private. Caller should call Release.
|
||||||
virtual ~SourceReaderCB()
|
virtual ~SourceReaderCB()
|
||||||
{
|
{
|
||||||
CV_LOG_WARNING(NULL, "terminating async callback");
|
CV_LOG_INFO(NULL, "terminating async callback");
|
||||||
}
|
}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user