aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-06-18 23:52:15 +0100
committerJustin Clark-Casey (justincc)2013-06-18 23:52:15 +0100
commit1a72f62d7be483cf3a0612528c2b7d7880e0ce0c (patch)
treeabd19a5c9ccc2705ed835486537d6469d6c0ff09 /OpenSim/Addons
parentPrevent an exception if no offline messages were retrieved. (diff)
downloadopensim-SC_OLD-1a72f62d7be483cf3a0612528c2b7d7880e0ce0c.zip
opensim-SC_OLD-1a72f62d7be483cf3a0612528c2b7d7880e0ce0c.tar.gz
opensim-SC_OLD-1a72f62d7be483cf3a0612528c2b7d7880e0ce0c.tar.bz2
opensim-SC_OLD-1a72f62d7be483cf3a0612528c2b7d7880e0ce0c.tar.xz
minor: remove mono compiler warning in OfflineIMService
Diffstat (limited to 'OpenSim/Addons')
-rw-r--r--OpenSim/Addons/OfflineIM/Service/OfflineIMService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Addons/OfflineIM/Service/OfflineIMService.cs b/OpenSim/Addons/OfflineIM/Service/OfflineIMService.cs
index 6ba022c..6731923 100644
--- a/OpenSim/Addons/OfflineIM/Service/OfflineIMService.cs
+++ b/OpenSim/Addons/OfflineIM/Service/OfflineIMService.cs
@@ -46,7 +46,7 @@ namespace OpenSim.OfflineIM
46{ 46{
47 public class OfflineIMService : OfflineIMServiceBase, IOfflineIMService 47 public class OfflineIMService : OfflineIMServiceBase, IOfflineIMService
48 { 48 {
49 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 49// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
50 private const int MAX_IM = 25; 50 private const int MAX_IM = 25;
51 51
52 private XmlSerializer m_serializer; 52 private XmlSerializer m_serializer;