From 2df9cfc011f0c5f86930694c722c8cd57b4ed7e4 Mon Sep 17 00:00:00 2001 From: Victor Fusco <1221933+vfusco@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:52:46 -0300 Subject: [PATCH] feat: improve machine server shutdown message --- src/server-manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server-manager.cpp b/src/server-manager.cpp index 6c0ffff..55f9de2 100644 --- a/src/server-manager.cpp +++ b/src/server-manager.cpp @@ -979,7 +979,7 @@ static handler_type::pull_type *new_DeleteEpoch_handler(handler_context &hctx) { /// \brief Asynchronously shutsdown the machine server /// \param actx Context for async operations static void shutdown_server(async_context &actx) { - LOG_CONTEXT(debug, actx.request_context) << " Shutting server down"; + LOG_CONTEXT(debug, actx.request_context) << " Shutting machine server down"; Void request; Void response; grpc::ClientContext client_context;