aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorAdam Frisby2007-07-13 07:19:08 +0000
committerAdam Frisby2007-07-13 07:19:08 +0000
commita7e103a922eaad7a19775cb6c5d48a4fba3d4bfe (patch)
tree47f08d9b39ea7fdfcee6e18c988381a9e56ab846 /OpenSim
parent* Moved SendNameReply to ClientView (diff)
downloadopensim-SC_OLD-a7e103a922eaad7a19775cb6c5d48a4fba3d4bfe.zip
opensim-SC_OLD-a7e103a922eaad7a19775cb6c5d48a4fba3d4bfe.tar.gz
opensim-SC_OLD-a7e103a922eaad7a19775cb6c5d48a4fba3d4bfe.tar.bz2
opensim-SC_OLD-a7e103a922eaad7a19775cb6c5d48a4fba3d4bfe.tar.xz
* OGS project is now back down to zero warnings.
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Grid/GridServer/GridManager.cs1
1 files changed, 1 insertions, 0 deletions
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
302 catch (Exception e) 302 catch (Exception e)
303 { 303 {
304 OpenSim.Framework.Console.MainLog.Instance.Warn("Storage: Unable to add region " + TheSim.UUID.ToStringHyphenated() + " via " + kvp.Key); 304 OpenSim.Framework.Console.MainLog.Instance.Warn("Storage: Unable to add region " + TheSim.UUID.ToStringHyphenated() + " via " + kvp.Key);
305 OpenSim.Framework.Console.MainLog.Instance.Warn(e.ToString());
305 } 306 }
306 } 307 }
307 308