added some more logging to emane setup/startup

This commit is contained in:
Blake J. Harnden 2018-03-21 09:57:08 -07:00
parent 952cd2ffbd
commit ba8b73af41
3 changed files with 28 additions and 16 deletions

View file

@ -221,7 +221,7 @@ class EmaneNode(EmaneNet):
# at this point we register location handlers for generating
# EMANE location events
netif.poshook = self.setnemposition
(x, y, z) = netif.node.position.get()
x, y, z = netif.node.position.get()
self.setnemposition(netif, x, y, z)
def deinstallnetifs(self):