diff options
author | monero-project <sempre.amaro@gmail.com> | 2014-06-10 11:43:57 -0400 |
---|---|---|
committer | monero-project <sempre.amaro@gmail.com> | 2014-06-10 11:43:57 -0400 |
commit | 2d755b3d0eef16a0cedc4801bd7fdde894dd649d (patch) | |
tree | 42c0a7a0075a9c6564225524f01ecb6488fd9a6b /contrib | |
parent | Merge pull request #24 from Neozaru/master (diff) | |
parent | added new seed nodes (diff) | |
download | monero-2d755b3d0eef16a0cedc4801bd7fdde894dd649d.tar.xz |
Merge pull request #29 from fluffypony/master
New seed nodes & temporary get_line fix
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/epee/include/console_handler.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/epee/include/console_handler.h b/contrib/epee/include/console_handler.h index fcab35aaa..356ee7f9a 100644 --- a/contrib/epee/include/console_handler.h +++ b/contrib/epee/include/console_handler.h @@ -257,9 +257,7 @@ namespace epee std::string command; if(!m_stdin_reader.get_line(command)) { - LOG_PRINT("Failed to read line. Stopping...", LOG_LEVEL_0); - continue_handle = false; - break; + LOG_PRINT("Failed to read line. Ignoring and continuing to run, exiting daemon may require a SIGTERM kill.", LOG_LEVEL_0); } string_tools::trim(command); |