parent
6e58395de0
commit
ae9ffd2c19
|
@ -34,7 +34,7 @@ class MasterNode(object):
|
|||
self.reporter(repevent.SendItem(self.channel, item))
|
||||
except IOError:
|
||||
print "Sending error, channel IOError"
|
||||
print channel._getremoterror()
|
||||
print self.channel._getremoterror()
|
||||
# XXX: this should go as soon as we'll have proper detection
|
||||
# of hanging nodes and such
|
||||
raise
|
||||
|
|
Loading…
Reference in New Issue