mirror of
https://github.com/monero-project/monero.git
synced 2026-01-20 08:30:51 -08:00
removed continue issue
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user