소스 검색

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:


불러오는 중...
취소
저장