diff --git a/src/service/admin/grant.rs b/src/service/admin/grant.rs index 0e605dcc..de3e263d 100644 --- a/src/service/admin/grant.rs +++ b/src/service/admin/grant.rs @@ -186,8 +186,8 @@ pub async fn revoke_admin(&self, user_id: &UserId) -> Result { .contains(&user_id.to_owned()) { warn!( - "Revoking the admin status of {user_id} will not be persistent as they are within \ - the admins_list." + "Revoking the admin status of {user_id} will not work correctly as they are within \ + the admins_list config." ) }