mirror of
https://github.com/monero-project/monero.git
synced 2024-11-18 00:37:43 +00:00
Merge pull request #787
b1aaf20
epee: flush output after a message (moneromooo-monero)
This commit is contained in:
commit
151f4b63f7
1 changed files with 1 additions and 0 deletions
|
@ -424,6 +424,7 @@ namespace log_space
|
|||
}
|
||||
|
||||
std::cout << buf;
|
||||
std::cout << std::flush;
|
||||
#endif
|
||||
reset_console_color();
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue