mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-14 15:00:16 +02:00
elevate loglevel of failed pathfinder activation
This commit is contained in:
parent
f160165c00
commit
09f10b383c
@ -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)
|
||||
@ -193,4 +193,4 @@ class pathfinderManager:
|
||||
logger.debug("Found user %s email on pathfinder" % username)
|
||||
return True
|
||||
logger.debug("User %s email not found on pathfinder" % username)
|
||||
return False
|
||||
return False
|
||||
|
Loading…
x
Reference in New Issue
Block a user