Skip to content

Commit

Permalink
new warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Nov 14, 2014
1 parent 2bad066 commit 8d9df1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/netius/base/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,7 @@ def fstart(self):
# object that is notified for each operation associated with
# the file pool, (primary communication mechanism)
eventfd = self.fpool.eventfd()
if not eventfd: self.warning("Running file pool without eventfd")
if not eventfd: return
if not self.poll: return
self.poll.sub_read(eventfd)
Expand Down

0 comments on commit 8d9df1e

Please sign in to comment.