diff options
author | Diva Canto | 2015-05-10 21:54:24 -0700 |
---|---|---|
committer | Diva Canto | 2015-05-10 21:54:24 -0700 |
commit | 3c596e47c6322ef608233fb45624c2f26fa6b5f0 (patch) | |
tree | b170d6a9db250367521e1891d554a918abd36bf3 /OpenSim/Services | |
parent | Added simple test for IM in Robust too. (diff) | |
download | opensim-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 '')
-rw-r--r-- | OpenSim/Services/HypergridService/HGInstantMessageService.cs | 2 |
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 | } |