修复test报错

This commit is contained in:
bjdgyc
2023-04-25 21:48:54 +08:00
parent b52b8598df
commit b81bc5c283
4 changed files with 21 additions and 18 deletions

View File

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