aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IGridService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Services/Interfaces/IGridService.cs')
-rw-r--r--OpenSim/Services/Interfaces/IGridService.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Services/Interfaces/IGridService.cs b/OpenSim/Services/Interfaces/IGridService.cs
index bbf95ad..dec3d35 100644
--- a/OpenSim/Services/Interfaces/IGridService.cs
+++ b/OpenSim/Services/Interfaces/IGridService.cs
@@ -124,7 +124,10 @@ namespace OpenSim.Services.Interfaces
124 public class GridRegion 124 public class GridRegion
125 { 125 {
126 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 126 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
127
128#pragma warning disable 414
127 private static readonly string LogHeader = "[GRID REGION]"; 129 private static readonly string LogHeader = "[GRID REGION]";
130#pragma warning restore 414
128 131
129 /// <summary> 132 /// <summary>
130 /// The port by which http communication occurs with the region 133 /// The port by which http communication occurs with the region