mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
yengine, only send out of heap errors to owner and wigotu stacktrace
This commit is contained in:
@@ -2043,7 +2043,7 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
||||
public class OutOfHeapException: Exception
|
||||
{
|
||||
public OutOfHeapException(int oldtotal, int newtotal, int limit)
|
||||
: base("oldtotal=" + oldtotal + ", newtotal=" + newtotal + ", limit=" + limit)
|
||||
: base("(OWNER)oldtotal=" + oldtotal + ", newtotal=" + newtotal + ", limit=" + limit)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user