【http请求】请求报错日志打印优化

dev_chengFeng
gaoxin 2021-07-31 16:02:49 +08:00
parent 7757dc2f1e
commit 96adf23ab2
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ function this.RequestServerVersion(func)
func()
end
end, nil, nil, function(errCode, errMsg)
LogError("GetServerVersion Error: "..errCode .. ", "..errMsg)
LogError("GetServerVersion Error: "..tostring(errCode) .. ", "..tostring(errMsg))
if func then
func()
end