aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services
diff options
context:
space:
mode:
authorDiva Canto2015-05-10 21:54:24 -0700
committerDiva Canto2015-05-10 21:54:24 -0700
commit3c596e47c6322ef608233fb45624c2f26fa6b5f0 (patch)
treeb170d6a9db250367521e1891d554a918abd36bf3 /OpenSim/Services
parentAdded simple test for IM in Robust too. (diff)
downloadopensim-SC_OLD-3c596e47c6322ef608233fb45624c2f26fa6b5f0.zip
opensim-SC_OLD-3c596e47c6322ef608233fb45624c2f26fa6b5f0.tar.gz
opensim-SC_OLD-3c596e47c6322ef608233fb45624c2f26fa6b5f0.tar.bz2
opensim-SC_OLD-3c596e47c6322ef608233fb45624c2f26fa6b5f0.tar.xz
Knocked off a few compiler warnings regarding unused variables.
Diffstat (limited to 'OpenSim/Services')
-rw-r--r--OpenSim/Services/HypergridService/HGInstantMessageService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/HypergridService/HGInstantMessageService.cs b/OpenSim/Services/HypergridService/HGInstantMessageService.cs
index dde0e6c..32ca09a 100644
--- a/OpenSim/Services/HypergridService/HGInstantMessageService.cs
+++ b/OpenSim/Services/HypergridService/HGInstantMessageService.cs
@@ -105,7 +105,7 @@ namespace OpenSim.Services.HypergridService
105 { 105 {
106 m_UserAgentService = ServerUtils.LoadPlugin<IUserAgentService>(userAgentService, args); 106 m_UserAgentService = ServerUtils.LoadPlugin<IUserAgentService>(userAgentService, args);
107 } 107 }
108 catch (Exception e) 108 catch
109 { 109 {
110 m_log.WarnFormat("[HG IM SERVICE]: Unable to create User Agent Service. Missing config var in [HGInstantMessageService]?"); 110 m_log.WarnFormat("[HG IM SERVICE]: Unable to create User Agent Service. Missing config var in [HGInstantMessageService]?");
111 } 111 }