From 2d31043668c6efd0b07b4bc5f57bf5ac2a5ec139 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Tue, 7 Jan 2025 16:32:38 +0100 Subject: [PATCH] Add extra space in debug (cherry picked from commit 268d8ebd0854d0cde53689e31dcf35a9845f28ca) --- .../pluginsmastersubstitute/plugin_assessor_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulse_xmpp_master_substitute/pluginsmastersubstitute/plugin_assessor_agent.py b/pulse_xmpp_master_substitute/pluginsmastersubstitute/plugin_assessor_agent.py index 2dfadd9d..f464a745 100644 --- a/pulse_xmpp_master_substitute/pluginsmastersubstitute/plugin_assessor_agent.py +++ b/pulse_xmpp_master_substitute/pluginsmastersubstitute/plugin_assessor_agent.py @@ -923,7 +923,7 @@ def Algorithm_Rule_Attribution_Agent_Relay_Server( except IndexError as indexError: sendErrorConnectionConf(objectxmpp, sessionid, msg) logger.error( - "It seems that the relay server is not correctly" + "It seems that the relay server is not correctly " "configured.\n" "Please verify the substituteconf mysql table" )