File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ def runforever(self):
225225 else :
226226 # if the fd is not in combined_map, we should unregister it. otherwise,
227227 # it will be polled every time, which may cause 100% cpu usage
228- self .options .logger .warn ('unexpected read event from fd %r' % fd )
228+ self .options .logger .blather ('unexpected read event from fd %r' % fd )
229229 try :
230230 self .options .poller .unregister_readable (fd )
231231 except :
@@ -246,7 +246,7 @@ def runforever(self):
246246 except :
247247 combined_map [fd ].handle_error ()
248248 else :
249- self .options .logger .warn ('unexpected write event from fd %r' % fd )
249+ self .options .logger .blather ('unexpected write event from fd %r' % fd )
250250 try :
251251 self .options .poller .unregister_writable (fd )
252252 except :
You can’t perform that action at this time.
0 commit comments