Merge pull request #5285

6ef816de console_handler: print newline on EOF (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2019-03-24 19:38:04 +02:00
commit 676b17d36d
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -357,6 +357,7 @@ eof:
if (m_stdin_reader.eos()) if (m_stdin_reader.eos())
{ {
MGINFO("EOF on stdin, exiting"); MGINFO("EOF on stdin, exiting");
std::cout << std::endl;
break; break;
} }
if (!get_line_ret) if (!get_line_ret)