This commit is contained in:
TheNetworkGuy
2026-02-25 09:08:08 +00:00
parent 0a37ff491c
commit e7de68c7c3
+4 -1
View File
@@ -521,7 +521,10 @@ class PhysicalDevice:
# If the proxy name matches
if proxy["name"] == proxy_name:
self.logger.debug(
"Host %s: using {proxy['type']} '%s'", self.name, proxy_name
"Host %s: using %s '%s'",
self.name,
proxy["type"],
proxy_name,
)
self.zbxproxy = proxy
return True