修复订阅清理请示任务的执行时长

This commit is contained in:
648540858
2021-11-03 10:30:42 +08:00
parent 8c36287f7c
commit b445128fb5
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ public class LoginFailureHandler implements AuthenticationFailureHandler {
} else if (e instanceof BadCredentialsException) {
// 密码错误
logger.info("[登录失败] - 用户[{}]密码错误", username);
logger.info("[登录失败] - 用户[{}]密码/SIP服务器ID 错误", username);
} else if (e instanceof CredentialsExpiredException) {
// 密码过期