Merge pull request #787

b1aaf20 epee: flush output after a message (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2016-04-06 11:25:15 +09:00
commit 151f4b63f7
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -424,6 +424,7 @@ namespace log_space
} }
std::cout << buf; std::cout << buf;
std::cout << std::flush;
#endif #endif
reset_console_color(); reset_console_color();
return true; return true;