mirror of
https://github.com/zebrajr/opencv.git
synced 2025-12-06 12:19:50 +01: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.
|
||||
virtual ~SourceReaderCB()
|
||||
{
|
||||
CV_LOG_WARNING(NULL, "terminating async callback");
|
||||
CV_LOG_INFO(NULL, "terminating async callback");
|
||||
}
|
||||
|
||||
public:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user