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;