diff options
author | NanoAkron <nanoakron@users.noreply.github.com> | 2017-01-25 00:37:23 +0000 |
---|---|---|
committer | NanoAkron <nanoakron@users.noreply.github.com> | 2017-01-25 00:37:23 +0000 |
commit | 66665003bd38c2987a423b7980a93f6f77e3113b (patch) | |
tree | 37151c5e6eef392041ed0ea062ff4a20c05a4a62 /src/daemon | |
parent | Merge pull request #1622 (diff) | |
download | monero-66665003bd38c2987a423b7980a93f6f77e3113b.tar.xz |
Clear feedback to user when daemon has stopped successfully
Diffstat (limited to 'src/daemon')
-rw-r--r-- | src/daemon/protocol.h | 1 |
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!"); } |