Commit aa3e4814 authored by Alexey Spizhevoy's avatar Alexey Spizhevoy

fixed logging function in opencv_stitching

parent 8191b556
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment