示例#1
0
 def quit(self, *args):
     log.info("OK: server correctly terminated the connection")
     CommandConnectClient.quit(self)
示例#2
0
 def quit(self, *args):
     log.info("OK: server correctly terminated the connection")
     CommandConnectClient.quit(self)
示例#3
0
 def bug(self, msg):
     log.warn("BUG: %s" % msg)
     CommandConnectClient.quit(self, -1)