Merge pull request #787

b1aaf20 epee: flush output after a message (moneromooo-monero)
release-v0.4.0.1
Riccardo Spagni 8 years ago
commit 151f4b63f7
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

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

Loading…
Cancel
Save