mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Knocked off a few compiler warnings regarding unused variables.
This commit is contained in:
@@ -105,7 +105,7 @@ namespace OpenSim.Services.HypergridService
|
||||
{
|
||||
m_UserAgentService = ServerUtils.LoadPlugin<IUserAgentService>(userAgentService, args);
|
||||
}
|
||||
catch (Exception e)
|
||||
catch
|
||||
{
|
||||
m_log.WarnFormat("[HG IM SERVICE]: Unable to create User Agent Service. Missing config var in [HGInstantMessageService]?");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user