Skip to content

Commit

Permalink
(plugin_updatetightvnc) Fix use of defined variable
Browse files Browse the repository at this point in the history
(cherry picked from commit e08de7a)
  • Loading branch information
neoclust committed Jan 3, 2025
1 parent be3c5dd commit 91dd728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulse_xmpp_agent/pluginsmachine/plugin_updatetightvnc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 91dd728

Please sign in to comment.