added some more logging to emane setup/startup
This commit is contained in:
parent
952cd2ffbd
commit
ba8b73af41
3 changed files with 28 additions and 16 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue