Revert attempt to write to console on daemon shutdown

This commit is contained in:
Nano Akron 2017-02-26 20:37:00 +00:00
parent beee286c7b
commit 378d2bb1ff
No known key found for this signature in database
GPG key ID: 346A337AA2EA8B57

View file

@ -79,7 +79,6 @@ 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!");
}