minor: resolve some mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2011-01-18 00:29:10 +00:00
parent c544f0d0c5
commit 3083c517a0
5 changed files with 8 additions and 7 deletions

View File

@@ -13,9 +13,10 @@ namespace OpenSim.Services.HypergridService
{
private const double CACHE_EXPIRATION_SECONDS = 120000.0; // 33 hours!
private static readonly ILog m_log =
LogManager.GetLogger(
MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log =
// LogManager.GetLogger(
// MethodBase.GetCurrentMethod().DeclaringType);
private ExpiringCache<UUID, UserAccount> m_UUIDCache;
private IUserAccountService m_UserAccountService;