removed continue issue

pull/95/head
fluffypony 10 years ago
parent 92ac24dc43
commit 240fce29d8

@ -258,7 +258,6 @@ namespace epee
if(!m_stdin_reader.get_line(command)) 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); 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); string_tools::trim(command);

Loading…
Cancel
Save