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