aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-02-02 18:44:41 +0200
committerRiccardo Spagni <ric@spagni.net>2017-02-02 18:44:41 +0200
commit10bf54bfc9817791584c87173035d4d463182622 (patch)
treec2c4a1d15c05c55721defdcc82fe9f1172773e3e
parentMerge pull request #1627 (diff)
parentClear feedback to user when daemon has stopped successfully (diff)
downloadmonero-10bf54bfc9817791584c87173035d4d463182622.tar.xz
Merge pull request #1628
66665003 Clear feedback to user when daemon has stopped successfully (NanoAkron)
-rw-r--r--src/daemon/protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/protocol.h b/src/daemon/protocol.h
index bc2333659..5bcb83dcf 100644
--- a/src/daemon/protocol.h
+++ b/src/daemon/protocol.h
@@ -77,6 +77,7 @@ 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!");
}