mirror of
https://github.com/glest/glest-source.git
synced 2025-08-25 17:20:43 +02:00
- test to see if we get better info on windows for unknown errors
This commit is contained in:
@@ -620,7 +620,7 @@ string LuaScript::errorToString(int errorCode) {
|
||||
error+= "Error while running the error handler";
|
||||
break;
|
||||
default:
|
||||
error+= "Unknown error";
|
||||
error+= "Unknown LUA error" + intToStr(errorCode);
|
||||
break;
|
||||
}
|
||||
|
||||
|
@@ -212,7 +212,7 @@ Mutex UPNP_Tools::mutexUPNP;
|
||||
else
|
||||
{
|
||||
// Didn't find error in list, so make up a generic one
|
||||
outs << "unknown error";
|
||||
outs << "unknown socket error";
|
||||
}
|
||||
outs << " (" << Target.nID << ")";
|
||||
|
||||
|
Reference in New Issue
Block a user