mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Merge pull request #3888
1aae39d
daemon: fix readline interfering with std::cerr usage (moneromooo-monero)
This commit is contained in:
commit
17fd575fe4
@ -262,6 +262,9 @@ int main(int argc, char const * argv[])
|
||||
}
|
||||
else
|
||||
{
|
||||
#ifdef HAVE_READLINE
|
||||
rdln::suspend_readline pause_readline;
|
||||
#endif
|
||||
std::cerr << "Unknown command: " << command.front() << std::endl;
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user