diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-04-06 11:25:15 +0900 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-04-06 11:25:15 +0900 |
commit | 151f4b63f776c984f8639b8a6bda58fa07bff163 (patch) | |
tree | 4d90d822872904b675c3efcce9e8206a711a0f08 | |
parent | Merge pull request #798 (diff) | |
parent | epee: flush output after a message (diff) | |
download | monero-151f4b63f776c984f8639b8a6bda58fa07bff163.tar.xz |
Merge pull request #787
b1aaf20 epee: flush output after a message (moneromooo-monero)
-rw-r--r-- | contrib/epee/include/misc_log_ex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/epee/include/misc_log_ex.h b/contrib/epee/include/misc_log_ex.h index d1451ff12..7cb1e61aa 100644 --- a/contrib/epee/include/misc_log_ex.h +++ b/contrib/epee/include/misc_log_ex.h @@ -424,6 +424,7 @@ namespace log_space } std::cout << buf; + std::cout << std::flush; #endif reset_console_color(); return true; |