mirror of
https://github.com/opensim/opensim.git
synced 2026-05-19 06:25:44 +08:00
Still hunting, added debug output
This commit is contained in:
@@ -291,7 +291,7 @@ namespace OpenSim.Framework.Data.MySQL
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
MainLog.Instance.Error("DATASTORE", "Exception trying to load prim objects: " + ex.ToString());
|
||||
MainLog.Instance.Error("DATASTORE", "Exception trying to load prim objects for region " + regionUUID + ": " + ex.ToString());
|
||||
}
|
||||
return retvals;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user