diff options
author | Adam Frisby | 2007-07-13 07:19:08 +0000 |
---|---|---|
committer | Adam Frisby | 2007-07-13 07:19:08 +0000 |
commit | a7e103a922eaad7a19775cb6c5d48a4fba3d4bfe (patch) | |
tree | 47f08d9b39ea7fdfcee6e18c988381a9e56ab846 | |
parent | * Moved SendNameReply to ClientView (diff) | |
download | opensim-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.
-rw-r--r-- | OpenSim/Grid/GridServer/GridManager.cs | 1 |
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 | ||