expose command exceptions within emane and mobility

This commit is contained in:
Blake J. Harnden 2018-03-02 15:54:27 -08:00
parent fbc749849c
commit 29a3496eda
3 changed files with 30 additions and 61 deletions

View file

@ -529,7 +529,7 @@ class Session(object):
try:
utils.load_config(environment_user_file, env)
except IOError:
logger.warn("error reading user core environment settings file: %s", environment_user_file)
logger.info("error reading user core environment settings file: %s", environment_user_file)
return env