mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
removed continue issue
This commit is contained in:
parent
92ac24dc43
commit
240fce29d8
@ -258,7 +258,6 @@ namespace epee
|
||||
if(!m_stdin_reader.get_line(command))
|
||||
{
|
||||
LOG_PRINT("Failed to read line. Ignoring and continuing to run, exiting daemon may require a SIGTERM kill.", LOG_LEVEL_0);
|
||||
continue;
|
||||
}
|
||||
string_tools::trim(command);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user