瀏覽代碼

Fix log level of one message

master
JustAnotherArchivist 3 年之前
父節點
當前提交
2e1dc59e9d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      qwarc/__init__.py

+ 1
- 1
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:


Loading…
取消
儲存