updates to some log statements and fix to avoid an exception for finding enpoints in xml
This commit is contained in:
parent
f5bff494c7
commit
181a47b8ca
3 changed files with 32 additions and 33 deletions
|
@ -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()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue