Esempio n. 1
0
 def timed_out(self):
     if self.name is not None:
         print '%s timed out' % self.printable_name
     ServerConnection.timed_out(self)
Esempio n. 2
0
 def timed_out(self):
     if self.name is not None:
         print '%s timed out' % self.printable_name
     ServerConnection.timed_out(self)
Esempio n. 3
0
 def timed_out(self):
     if self.name is not None:
         log.info('%s timed out' % self.printable_name)
     ServerConnection.timed_out(self)