【http请求】请求报错日志打印优化
parent
7757dc2f1e
commit
96adf23ab2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue