修正Database拼写错误。

This commit is contained in:
AlphaWu
2023-08-20 15:50:24 +08:00
parent 985082d339
commit b5ccb1636f
5 changed files with 9 additions and 9 deletions

View File

@@ -61,7 +61,7 @@ public class LogController {
query = null;
}
if (!userSetting.getLogInDatebase()) {
if (!userSetting.getLogInDatabase()) {
logger.warn("自动记录日志功能已关闭,查询结果可能不完整。");
}