优化 IpPool

This commit is contained in:
bjdgyc
2022-10-10 14:07:33 +08:00
parent 219a74b118
commit d1b209f18f
2 changed files with 5 additions and 4 deletions

View File

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