From 66665003bd38c2987a423b7980a93f6f77e3113b Mon Sep 17 00:00:00 2001 From: NanoAkron Date: Wed, 25 Jan 2017 00:37:23 +0000 Subject: [PATCH] Clear feedback to user when daemon has stopped successfully --- src/daemon/protocol.h | 1 + 1 file changed, 1 insertion(+) 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!"); }