From 2c09f7aedce161c344f3b20a0ea3aa802ef1685c Mon Sep 17 00:00:00 2001 From: Shivani Bhardwaj Date: Thu, 3 Sep 2020 21:12:56 +0530 Subject: [PATCH] fix message containing tuple --- suricata/update/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"): -- 2.47.3