aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil/consul/consul.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenutil/consul/consul.cpp')
-rw-r--r--src/zenutil/consul/consul.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenutil/consul/consul.cpp b/src/zenutil/consul/consul.cpp
index 430ad0e32..c372b131d 100644
--- a/src/zenutil/consul/consul.cpp
+++ b/src/zenutil/consul/consul.cpp
@@ -245,7 +245,7 @@ ConsulClient::DeregisterService(std::string_view ServiceId)
return true;
}
- // Agent deregister failed — fall back to catalog deregister.
+ // Agent deregister failed - fall back to catalog deregister.
// This handles cases where the service was registered via a different Consul agent
// (e.g. load-balanced endpoint routing to different agents).
std::string NodeName = GetNodeName();