]> git.ipfire.org Git - thirdparty/suricata-update.git/commitdiff
fix message containing tuple 252/head
authorShivani Bhardwaj <shivanib134@gmail.com>
Thu, 3 Sep 2020 15:42:56 +0000 (21:12 +0530)
committerShivani Bhardwaj <shivanib134@gmail.com>
Thu, 3 Sep 2020 15:51:33 +0000 (21:21 +0530)
suricata/update/main.py

index 2c3f601580c7a01133268d255b774607e43ac31d..7737b0429e65966aec33f38280ba2d974194636d 100644 (file)
@@ -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"):