fixed bad logging and updated commeffect to default to connectivity being on, same as emane default

This commit is contained in:
Blake J. Harnden 2018-03-27 08:24:28 -07:00
parent fcedf68b55
commit ef48052d41
2 changed files with 3 additions and 3 deletions

View file

@ -53,7 +53,7 @@ class EmaneModel(WirelessModel):
:param core.emane.emanemanager.EmaneManager emane_manager: emane manager for the session
:return: nothing
"""
logger.info("%s has no post setup tasks: interface(%s)", ifc)
logger.info("emane model(%s) has no post setup tasks", self.name)
def buildnemxmlfiles(self, e, ifc):
"""