From bc3d1e6d0049c1854e06a81b26dec1885c5ec960 Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Wed, 29 Dec 2021 11:55:39 -0800 Subject: [PATCH] fix logging buglet ii --- warcprox/dedup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/warcprox/dedup.py b/warcprox/dedup.py index 167fdba..18d6532 100644 --- a/warcprox/dedup.py +++ b/warcprox/dedup.py @@ -437,8 +437,8 @@ class BatchTroughLoader(warcprox.BaseBatchPostfetchProcessor): else: if hash_plus_url in hash_plus_urls: self.logger.debug( - 'discarding duplicate and setting do_not_archive for %s, hash %s'.format( - recorded_url.url, payload_hash)) + 'discarding duplicate and setting do_not_archive for + %s, hash %s', recorded_url.url, payload_hash) recorded_url.do_not_archive = True discards.append(payload_hash) self.logger.debug(