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:
Adarnof
2016-01-03 20:08:44 +00:00
parent 6c3085f78c
commit 08cd2c1f1a
10 changed files with 56 additions and 46 deletions

View File

@@ -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):