mirror of
https://github.com/opencv/opencv.git
synced 2025-06-17 23:51:16 +08:00
fixed logging function in opencv_stitching
This commit is contained in:
parent
8191b5564f
commit
aa3e481458
@ -49,7 +49,7 @@
|
||||
|
||||
#if ENABLE_LOG
|
||||
#include <iostream>
|
||||
#define LOG(msg) std::cout << msg;
|
||||
#define LOG(msg) { std::cout << msg; std::cout.flush(); }
|
||||
#else
|
||||
#define LOG(msg)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user