Update level of the debug for admin.py

This commit is contained in:
adator
2025-08-07 02:00:04 +02:00
parent a10aa9b94e
commit 680a446c2c

View File

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