Skip to content

Commit

Permalink
feat: improve machine server shutdown message
Browse files Browse the repository at this point in the history
  • Loading branch information
vfusco committed Sep 16, 2024
1 parent 2669706 commit 2df9cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server-manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2df9cfc

Please sign in to comment.