修改错误输出等级

This commit is contained in:
bjdgyc 2022-10-13 13:04:21 +08:00
parent 2093bd0bef
commit f71616c4eb
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ func AcquireIp(username, macAddr string) net.IP {
return nil
}
base.Error("no ip available, please see ip_map table row")
base.Warn("no ip available, please see ip_map table row")
return nil
}