fixed issue with converting lat/lon/alts to float in corehandlers.py and a bad logging statement in coreemu.py

This commit is contained in:
Blake J. Harnden 2018-08-06 16:38:59 -07:00
parent ccdf4a2513
commit 75ea42b2e8
2 changed files with 12 additions and 7 deletions

View file

@ -542,7 +542,7 @@ class EmuSession(Session):
# set node as updated successfully
result = True
except KeyError:
logger.error("failure to update node that does not exist: %s", node_options.id)
logger.error("failure to update node that does not exist: %s", node_id)
return result