mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Merge pull request #4882
6bfcc573
scoped_message_writer: protect all std::cout usage from readline (moneromooo-monero)
This commit is contained in:
commit
302fd80826
@ -101,13 +101,13 @@ public:
|
||||
|
||||
MCLOG_FILE(m_log_level, "msgwriter", m_oss.str());
|
||||
|
||||
PAUSE_READLINE();
|
||||
if (epee::console_color_default == m_color)
|
||||
{
|
||||
std::cout << m_oss.str();
|
||||
}
|
||||
else
|
||||
{
|
||||
PAUSE_READLINE();
|
||||
set_console_color(m_color, m_bright);
|
||||
std::cout << m_oss.str();
|
||||
epee::reset_console_color();
|
||||
|
Loading…
Reference in New Issue
Block a user