def bail(): log.critical("ABORTING: {0}", msg) self.halt()
def handle_cannot_bind(self, reason): log.critical("service at {0}:{1} cannot bind: {2}", self.iface or '*', self.port, reason) raise
def handle_cannot_bind(self, reason): log.critical("service at %s:%s cannot bind: %s" % (self.iface or '*', self.port, reason)) raise