mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04:51 +00:00
Set info level when logging acks
This commit is contained in:
parent
6fa8375cb5
commit
3051adb5b9
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ class Session:
|
||||||
# )
|
# )
|
||||||
|
|
||||||
if len(self.pending_acks) >= self.ACKS_THRESHOLD:
|
if len(self.pending_acks) >= self.ACKS_THRESHOLD:
|
||||||
log.warning("Send {} acks".format(len(self.pending_acks)))
|
log.info("Send {} acks".format(len(self.pending_acks)))
|
||||||
|
|
||||||
try:
|
try:
|
||||||
self._send(types.MsgsAck(list(self.pending_acks)), False)
|
self._send(types.MsgsAck(list(self.pending_acks)), False)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue