From 3d59b5d7036c35fe484d052ff32dbdc9d0a75cf7 Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Mon, 13 Apr 2026 19:17:09 +0200 Subject: fix utf characters in source code (#953) --- src/zenutil/consul/consul.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zenutil/consul/consul.cpp') 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(); -- cgit v1.2.3