We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc43b0 commit f3178fcCopy full SHA for f3178fc
src/melobot/bot/dispatch.py
@@ -78,7 +78,7 @@ def broadcast(self, event: Event) -> None:
78
if self.first_chan is not None:
79
self.first_chan.event_que.put_nowait(event)
80
else:
81
- self.logger.warning(f"没有任何可用的事件处理流,事件 {event.id} 将被丢弃")
+ self.logger.debug(f"此刻没有可用的事件处理流,事件 {event.id} 将被丢弃")
82
83
def start(self) -> None:
84
for chan in self._pending_chans:
0 commit comments