mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 21:23:27 +01:00
Merge pull request #787
b1aaf20
epee: flush output after a message (moneromooo-monero)
This commit is contained in:
commit
151f4b63f7
@ -424,6 +424,7 @@ namespace log_space
|
||||
}
|
||||
|
||||
std::cout << buf;
|
||||
std::cout << std::flush;
|
||||
#endif
|
||||
reset_console_color();
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user