From 91dd728194aa9b41eac833a84a5a271d66437b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Fri, 3 Jan 2025 11:59:47 +0100 Subject: [PATCH] (plugin_updatetightvnc) Fix use of defined variable (cherry picked from commit e08de7a430338ef419ca5b8a729c95709e7c506b) --- pulse_xmpp_agent/pluginsmachine/plugin_updatetightvnc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulse_xmpp_agent/pluginsmachine/plugin_updatetightvnc.py b/pulse_xmpp_agent/pluginsmachine/plugin_updatetightvnc.py index 73d37a82..3dfec8ec 100644 --- a/pulse_xmpp_agent/pluginsmachine/plugin_updatetightvnc.py +++ b/pulse_xmpp_agent/pluginsmachine/plugin_updatetightvnc.py @@ -140,7 +140,7 @@ def check_tightvnc_configuration(xmppobject): if result["code"] == 0: logger.debug( - f"PL-TIGHT TightVNCServer registry {config['key']} with value {value} is reconfigured." + f"PL-TIGHT TightVNCServer registry {config['key']} with value {config['set_value']} is reconfigured." ) need_restart = True else: