mirror of
https://github.com/monero-project/monero.git
synced 2026-01-18 02:23:01 +01:00
epee: flush output after a message
This is equivalent to line buffering, as C++ seems to lack a setvbuf equivalent which alows line buffering.
This commit is contained in:
@@ -424,6 +424,7 @@ namespace log_space
|
||||
}
|
||||
|
||||
std::cout << buf;
|
||||
std::cout << std::flush;
|
||||
#endif
|
||||
reset_console_color();
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user