1
0
Fork 0
mirror of https://git.wownero.com/wownero/wownero.git synced 2024-08-15 01:03:23 +00:00

Merge pull request

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 << std::flush;
#endif
reset_console_color();
return true;