From d79ff32f8c3f8fdb9089b591aeb9b3521b7f44e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Wed, 8 Jan 2025 09:45:40 +0100 Subject: [PATCH] (utils) Reword a debug about geolocalisation (cherry picked from commit 433feccfbda904742a35f9a819f817a382f708cf) --- pulse_xmpp_agent/lib/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulse_xmpp_agent/lib/utils.py b/pulse_xmpp_agent/lib/utils.py index 3854e0e1..c81cc490 100644 --- a/pulse_xmpp_agent/lib/utils.py +++ b/pulse_xmpp_agent/lib/utils.py @@ -4235,7 +4235,7 @@ def searchgeolocalisation(http_url_list_geo_server): for url in http_url_list_geo_server: serveur = url try: - logger.debug(f"geolocalisation server {url}") + logger.debug(f"The geolocalisation server used is: {url}") objip = geolocalisation_agent.call_simple_page(url) if objip is not None: break