diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-02-02 18:44:41 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-02-02 18:44:41 +0200 |
| commit | 10bf54bfc9817791584c87173035d4d463182622 (patch) | |
| tree | c2c4a1d15c05c55721defdcc82fe9f1172773e3e /src | |
| parent | ca2e2c2453f0110f7d32d41abe5029c2e108a0a7 (diff) | |
| parent | 66665003bd38c2987a423b7980a93f6f77e3113b (diff) | |
| download | monzero-core-10bf54bfc9817791584c87173035d4d463182622.tar.gz monzero-core-10bf54bfc9817791584c87173035d4d463182622.tar.xz monzero-core-10bf54bfc9817791584c87173035d4d463182622.zip | |
Merge pull request #1628
66665003 Clear feedback to user when daemon has stopped successfully (NanoAkron)
Diffstat (limited to 'src')
| -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!"); } |
