diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-03-03 14:13:52 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-03-03 14:13:52 +0200 |
commit | 1965c819f696755b4d6563abd342b366b686adbe (patch) | |
tree | 0b58256c2cc677d5855ed4e791dfa8586c808a82 /src | |
parent | Merge pull request #1805 (diff) | |
parent | Revert attempt to write to console on daemon shutdown (diff) | |
download | monero-1965c819f696755b4d6563abd342b366b686adbe.tar.xz |
Merge pull request #1811
378d2bb1 Revert attempt to write to console on daemon shutdown (Nano Akron)
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!"); } |