updates to tone down warning logs to debug in broker.py and session.py
This commit is contained in:
parent
3f1ff113ca
commit
a798774f18
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue