mirror of
https://github.com/monero-project/monero.git
synced 2025-02-04 22:25:20 -05:00
Merge pull request #1628
66665003 Clear feedback to user when daemon has stopped successfully (NanoAkron)
This commit is contained in:
commit
10bf54bfc9
@ -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!");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user