forked from Hay1tsme/artemis
logger: change from warn to warning
This commit is contained in:
@ -218,7 +218,7 @@ class WaccaProfileData(BaseData):
|
||||
|
||||
result = self.execute(sql)
|
||||
if result is None:
|
||||
self.logger.warn(
|
||||
self.logger.warning(
|
||||
f"update_profile_dan: Failed to update! profile {profile_id}"
|
||||
)
|
||||
return None
|
||||
|
Reference in New Issue
Block a user