1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Merge remote-tracking branch 'upstream/3.4' into merge-3.4

This commit is contained in:
Alexander Alekhin
2022-01-12 13:26:10 +00:00
11 changed files with 174 additions and 149 deletions
+1 -1
View File
@@ -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: