aboutsummaryrefslogtreecommitdiff
path: root/src/daemon
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-03-03 14:13:52 +0200
committerRiccardo Spagni <ric@spagni.net>2017-03-03 14:13:52 +0200
commit1965c819f696755b4d6563abd342b366b686adbe (patch)
tree0b58256c2cc677d5855ed4e791dfa8586c808a82 /src/daemon
parentMerge pull request #1805 (diff)
parentRevert attempt to write to console on daemon shutdown (diff)
downloadmonero-1965c819f696755b4d6563abd342b366b686adbe.tar.xz
Merge pull request #1811
378d2bb1 Revert attempt to write to console on daemon shutdown (Nano Akron)
Diffstat (limited to 'src/daemon')
-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!");
}