From 442f887c98faf322701a8cd7e91b4fc474b56ce1 Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Wed, 31 Dec 2025 19:40:42 +0000 Subject: [PATCH] style: Improve warning regarding admin removal --- src/service/admin/grant.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." ) }