mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
removed continue issue
This commit is contained in:
parent
92ac24dc43
commit
240fce29d8
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue