elevate loglevel of failed pathfinder activation

This commit is contained in:
Adarnof 2016-04-29 21:53:23 -04:00
parent f160165c00
commit 09f10b383c

View File

@ -116,7 +116,7 @@ class pathfinderManager:
return username_clean, plain_password
except:
logger.debug("Unsuccessful attempt at adding user %s to pathfinder on add_user" % username)
logger.exception("Unsuccessful attempt at adding user %s to pathfinder on add_user" % username)
return "",""
else:
logger.debug("pathfinder username %s already exists Updating instead" % username)