Clear feedback to user when daemon has stopped successfully

pull/1628/head
NanoAkron 8 years ago
parent ad91ffe7e5
commit 66665003bd
No known key found for this signature in database
GPG Key ID: 346A337AA2EA8B57

@ -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…
Cancel
Save