Пример #1
0
 def bail():
     log.critical("ABORTING: {0}", msg)
     self.halt()
Пример #2
0
 def handle_cannot_bind(self, reason):
     log.critical("service at {0}:{1} cannot bind: {2}", self.iface or '*',
                  self.port, reason)
     raise
Пример #3
0
 def handle_cannot_bind(self, reason):
     log.critical("service at %s:%s cannot bind: %s" %
                  (self.iface or '*', self.port, reason))
     raise
Пример #4
0
 def handle_cannot_bind(self, reason):
     log.critical("service at %s:%s cannot bind: %s" % (self.iface or '*', 
             self.port, reason))
     raise
Пример #5
0
 def bail():
     log.critical("ABORTING: {0}", msg)
     self.halt()
Пример #6
0
 def handle_cannot_bind(self, reason):
     log.critical("service at {0}:{1} cannot bind: {2}",
         self.iface or '*', self.port, reason)
     raise