updates to tone down warning logs to debug in broker.py and session.py

This commit is contained in:
Blake Harnden 2019-09-30 12:58:13 -07:00
parent 3f1ff113ca
commit a798774f18
2 changed files with 2 additions and 2 deletions

View file

@ -496,7 +496,7 @@ class CoreBroker(object):
# add other nets here that do not require tunnels
if isinstance(net, EmaneNet):
logging.warning("emane network does not require a tunnel")
logging.debug("emane network does not require a tunnel")
return None
server_interface = getattr(net, "serverintf", None)