From 680a446c2cabbff6a45fd0f75a483f79309a4f0a Mon Sep 17 00:00:00 2001 From: adator <85586985+adator85@users.noreply.github.com> Date: Thu, 7 Aug 2025 02:00:04 +0200 Subject: [PATCH] Update level of the debug for admin.py --- core/classes/admin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/classes/admin.py b/core/classes/admin.py index 3f4e61c..9cf22b2 100644 --- a/core/classes/admin.py +++ b/core/classes/admin.py @@ -46,7 +46,7 @@ class Admin: return result if not result: - self.Logs.critical(f'The new nickname {newNickname} was not updated, uid = {uid}') + self.Logs.debug(f'The new nickname {newNickname} was not updated, uid = {uid} - The Client is not an admin') return result @@ -63,7 +63,7 @@ class Admin: return result if not result: - self.Logs.critical(f'The new level {newLevel} was not updated, nickname = {nickname}') + self.Logs.debug(f'The new level {newLevel} was not updated, nickname = {nickname} - The Client is not an admin') return result