Still hunting, added debug output

This commit is contained in:
Tedd Hansen
2008-01-19 11:17:12 +00:00
parent ef50e6875c
commit ca772be0d4
2 changed files with 11 additions and 4 deletions

View File

@@ -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;
}