diff options
author | Nano Akron <nanoakron@users.noreply.github.com> | 2017-02-26 20:37:00 +0000 |
---|---|---|
committer | Nano Akron <nanoakron@users.noreply.github.com> | 2017-02-26 21:49:50 +0000 |
commit | 378d2bb1ff8b5f50c973142d73f8c4b6f54b6fd9 (patch) | |
tree | 2b74e60f4fd659b1ee89247d4965c072213917b2 /src | |
parent | Merge pull request #1798 (diff) | |
download | monero-378d2bb1ff8b5f50c973142d73f8c4b6f54b6fd9.tar.xz |
Revert attempt to write to console on daemon shutdown
Diffstat (limited to 'src')
-rw-r--r-- | src/daemon/protocol.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/daemon/protocol.h b/src/daemon/protocol.h index a59b6ab1e..fc5edbcaa 100644 --- a/src/daemon/protocol.h +++ b/src/daemon/protocol.h @@ -79,7 +79,6 @@ public: m_protocol.deinit(); m_protocol.set_p2p_endpoint(nullptr); MGINFO("Cryptonote protocol stopped successfully"); - tools::success_msg_writer() << "Daemon stopped successfully"; } catch (...) { LOG_ERROR("Failed to stop cryptonote protocol!"); } |