From: Shivani Bhardwaj Date: Thu, 3 Sep 2020 15:42:56 +0000 (+0530) Subject: fix message containing tuple X-Git-Tag: 1.2.0rc2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c09f7aedce161c344f3b20a0ea3aa802ef1685c;p=thirdparty%2Fsuricata-update.git fix message containing tuple --- diff --git a/suricata/update/main.py b/suricata/update/main.py index 2c3f601..7737b04 100644 --- a/suricata/update/main.py +++ b/suricata/update/main.py @@ -891,7 +891,7 @@ def load_sources(suricata_version): checksum = True url = (index.resolve_url(name, params), http_header, checksum) - logger.debug("Resolved source %s to URL %s.", name, url) + logger.debug("Resolved source %s to URL %s.", name, url[0]) urls.append(url) if config.get("sources"):