优化显示

This commit is contained in:
源文雨
2022-09-06 19:35:03 +08:00
parent 676ea312a3
commit f1e4a523ce
2 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ func onDel(uid int64, _ struct{}) {
return
}
if err := managers.DoUnblock(uid); err != nil {
logrus.Error("do unblock error:", err)
logrus.Errorln("[antiabuse] do unblock:", err)
}
}