Warn if retrying
This commit is contained in:
parent
889611ccd0
commit
33263e9ce6
@ -424,7 +424,7 @@ class Session:
|
||||
try:
|
||||
return self._send(data)
|
||||
except (OSError, TimeoutError):
|
||||
log.debug("Retrying {}".format(type(data)))
|
||||
log.warning("Retrying {}".format(type(data)))
|
||||
continue
|
||||
else:
|
||||
return None
|
||||
|
Loading…
Reference in New Issue
Block a user