Changed confusing log message
This commit is contained in:
parent
8c94af0427
commit
a5d7b20b45
@ -961,7 +961,7 @@ def sync_role_groups(do_revoke_groups):
|
||||
users_coll.update_one({'_id': user['_id']},
|
||||
{'$set': {'groups': list(final_groups)}})
|
||||
|
||||
print('%i bad and %i ok users seen.' % (bad_users, ok_users))
|
||||
print('%i bad and %i ok user/role combos seen.' % (bad_users, ok_users))
|
||||
|
||||
|
||||
@manager.command
|
||||
|
Loading…
x
Reference in New Issue
Block a user