Przeglądaj źródła

Fix log level of one message

master
JustAnotherArchivist 3 lat temu
rodzic
commit
2e1dc59e9d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      qwarc/__init__.py

+ 1
- 1
qwarc/__init__.py Wyświetl plik

@@ -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:


Ładowanie…
Anuluj
Zapisz