updates to some log statements and fix to avoid an exception for finding enpoints in xml

This commit is contained in:
Blake J. Harnden 2018-05-01 12:28:20 -07:00
parent f5bff494c7
commit 181a47b8ca
3 changed files with 32 additions and 33 deletions

View file

@ -51,7 +51,7 @@ def cored(cfg, use_ovs):
sys.exit(1)
close_onexec(server.fileno())
logger.debug("main server started, listening on: %s:%s", host, port)
logger.info("server started, listening on: %s:%s", host, port)
server.serve_forever()