* OGS project is now back down to zero warnings.

afrisby
Adam Frisby 2007-07-13 07:19:08 +00:00
parent a0ac1f06e6
commit a7e103a922
1 changed files with 1 additions and 0 deletions

View File

@ -302,6 +302,7 @@ namespace OpenSim.Grid.GridServer
catch (Exception e)
{
OpenSim.Framework.Console.MainLog.Instance.Warn("Storage: Unable to add region " + TheSim.UUID.ToStringHyphenated() + " via " + kvp.Key);
OpenSim.Framework.Console.MainLog.Instance.Warn(e.ToString());
}
}