mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-15 12:17:28 +08:00
logger: change from warn to warning
This commit is contained in:
@@ -146,7 +146,7 @@ class WaccaServlet:
|
||||
self.logger.debug(req_json)
|
||||
|
||||
if not hasattr(self.versions[internal_ver], func_to_find):
|
||||
self.logger.warn(
|
||||
self.logger.warning(
|
||||
f"{req_json['appVersion']} has no handler for {func_to_find}"
|
||||
)
|
||||
resp = BaseResponse().make()
|
||||
|
||||
Reference in New Issue
Block a user