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:
committed by
Alexander Alekhin
parent
0309d957ae
commit
09f8dbce28
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user