removed continue issue

This commit is contained in:
fluffypony 2014-06-06 19:06:28 +02:00
parent 92ac24dc43
commit 240fce29d8

View file

@ -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);