mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-05 14:46:20 +01:00
Corrections for typos in logging.
Rephrased EveManager exceptions to reflect determination id is not of type rather than failure of function.
This commit is contained in:
@@ -35,7 +35,7 @@ def remove_user_from_group(user, groupname):
|
||||
user.save()
|
||||
logger.info("Removed user %s from group %s" % (user, group))
|
||||
else:
|
||||
logger.warn("Unable to remove user %s from groyp %s - user not in group." % (user, group))
|
||||
logger.warn("Unable to remove user %s from group %s - user not in group." % (user, group))
|
||||
|
||||
|
||||
def deactivate_services(user):
|
||||
|
||||
Reference in New Issue
Block a user