From a7e103a922eaad7a19775cb6c5d48a4fba3d4bfe Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Fri, 13 Jul 2007 07:19:08 +0000 Subject: * OGS project is now back down to zero warnings. --- OpenSim/Grid/GridServer/GridManager.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Grid/GridServer/GridManager.cs') diff --git a/OpenSim/Grid/GridServer/GridManager.cs b/OpenSim/Grid/GridServer/GridManager.cs index 1f97f53..d2cb6c2 100644 --- a/OpenSim/Grid/GridServer/GridManager.cs +++ b/OpenSim/Grid/GridServer/GridManager.cs @@ -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()); } } -- cgit v1.1