aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNano Akron <nanoakron@users.noreply.github.com>2017-02-26 20:37:00 +0000
committerNano Akron <nanoakron@users.noreply.github.com>2017-02-26 21:49:50 +0000
commit378d2bb1ff8b5f50c973142d73f8c4b6f54b6fd9 (patch)
tree2b74e60f4fd659b1ee89247d4965c072213917b2
parentMerge pull request #1798 (diff)
downloadmonero-378d2bb1ff8b5f50c973142d73f8c4b6f54b6fd9.tar.xz
Revert attempt to write to console on daemon shutdown
-rw-r--r--src/daemon/protocol.h1
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!");
}