Skip to content

Commit

Permalink
(utils) Reword a debug about geolocalisation
Browse files Browse the repository at this point in the history
(cherry picked from commit 433fecc)
  • Loading branch information
neoclust committed Jan 8, 2025
1 parent 2561eb7 commit acd9ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulse_xmpp_agent/lib/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acd9ca3

Please sign in to comment.