def timed_out(self): if self.name is not None: print '%s timed out' % self.printable_name ServerConnection.timed_out(self)
def timed_out(self): if self.name is not None: log.info('%s timed out' % self.printable_name) ServerConnection.timed_out(self)