From 2e1dc59e9d97da3e5d9ee58d09bd3aaf65e65c2f Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Sat, 26 Sep 2020 01:59:31 +0000 Subject: [PATCH] Fix log level of one message --- qwarc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qwarc/__init__.py b/qwarc/__init__.py index d3c178c..7f66fa9 100644 --- a/qwarc/__init__.py +++ b/qwarc/__init__.py @@ -169,7 +169,7 @@ class Item: history.append((response, exc)) retResponse = response if exc is None else qwarc.utils.DummyClientResponse() if action in (ACTION_SUCCESS, ACTION_IGNORE): - self.logger.error(f'Fetch loop done') + self.logger.debug(f'Fetch loop done') retResponse.qhistory = tuple(history) return retResponse elif action == ACTION_FOLLOW_OR_SUCCESS: