aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/protocol.h
diff options
context:
space:
mode:
authorNanoAkron <nanoakron@users.noreply.github.com>2017-01-25 00:37:23 +0000
committerNanoAkron <nanoakron@users.noreply.github.com>2017-01-25 00:37:23 +0000
commit66665003bd38c2987a423b7980a93f6f77e3113b (patch)
tree37151c5e6eef392041ed0ea062ff4a20c05a4a62 /src/daemon/protocol.h
parentMerge pull request #1622 (diff)
downloadmonero-66665003bd38c2987a423b7980a93f6f77e3113b.tar.xz
Clear feedback to user when daemon has stopped successfully
Diffstat (limited to 'src/daemon/protocol.h')
-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!");
}