mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-14 23:10:15 +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
|
return username_clean, plain_password
|
||||||
|
|
||||||
except:
|
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 "",""
|
return "",""
|
||||||
else:
|
else:
|
||||||
logger.debug("pathfinder username %s already exists Updating instead" % username)
|
logger.debug("pathfinder username %s already exists Updating instead" % username)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user