aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer/GridManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Grid/GridServer/GridManager.cs')
-rw-r--r--OpenSim/Grid/GridServer/GridManager.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Grid/GridServer/GridManager.cs b/OpenSim/Grid/GridServer/GridManager.cs
index c78d14a..47f7d00 100644
--- a/OpenSim/Grid/GridServer/GridManager.cs
+++ b/OpenSim/Grid/GridServer/GridManager.cs
@@ -108,7 +108,7 @@ namespace OpenSim.Grid.GridServer
108 { 108 {
109 kvp.Value.saveLog("Gridserver", target, method, args, priority, message); 109 kvp.Value.saveLog("Gridserver", target, method, args, priority, message);
110 } 110 }
111 catch (Exception e) 111 catch (Exception)
112 { 112 {
113 OpenSim.Framework.Console.MainLog.Instance.Warn("Storage: unable to write log via " + kvp.Key); 113 OpenSim.Framework.Console.MainLog.Instance.Warn("Storage: unable to write log via " + kvp.Key);
114 } 114 }
@@ -127,7 +127,7 @@ namespace OpenSim.Grid.GridServer
127 { 127 {
128 return kvp.Value.GetProfileByLLUUID(uuid); 128 return kvp.Value.GetProfileByLLUUID(uuid);
129 } 129 }
130 catch (Exception e) 130 catch (Exception)
131 { 131 {
132 OpenSim.Framework.Console.MainLog.Instance.Warn("Storage: Unable to find region " + uuid.ToStringHyphenated() + " via " + kvp.Key); 132 OpenSim.Framework.Console.MainLog.Instance.Warn("Storage: Unable to find region " + uuid.ToStringHyphenated() + " via " + kvp.Key);
133 } 133 }
@@ -148,7 +148,7 @@ namespace OpenSim.Grid.GridServer
148 { 148 {
149 return kvp.Value.GetProfileByHandle(handle); 149 return kvp.Value.GetProfileByHandle(handle);
150 } 150 }
151 catch (Exception e) 151 catch
152 { 152 {
153 OpenSim.Framework.Console.MainLog.Instance.Warn("Storage: Unable to find region " + handle.ToString() + " via " + kvp.Key); 153 OpenSim.Framework.Console.MainLog.Instance.Warn("Storage: Unable to find region " + handle.ToString() + " via " + kvp.Key);
154 } 154 }
@@ -172,7 +172,7 @@ namespace OpenSim.Grid.GridServer
172 regions[neighbour.regionHandle] = neighbour; 172 regions[neighbour.regionHandle] = neighbour;
173 } 173 }
174 } 174 }
175 catch (Exception e) 175 catch
176 { 176 {
177 OpenSim.Framework.Console.MainLog.Instance.Warn("Storage: Unable to query regionblock via " + kvp.Key); 177 OpenSim.Framework.Console.MainLog.Instance.Warn("Storage: Unable to query regionblock via " + kvp.Key);
178 } 178 }