Merge branch 'rel/5.2' into core-rest-flask

This commit is contained in:
Blake J. Harnden 2018-08-06 16:39:25 -07:00
commit 1a6d5d9605
2 changed files with 12 additions and 7 deletions

View file

@ -543,7 +543,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