fix a info message

0.9.1.1
UbitUmarov 2019-11-18 03:18:23 +00:00
parent 72362dd09c
commit 3708f504a6
2 changed files with 2 additions and 2 deletions

View File

@ -330,7 +330,7 @@ namespace OpenSim.Region.CoreModules.Agent.TextureSender
private void SaveFileCacheForAsset(UUID AssetId, OpenJPEG.J2KLayerInfo[] Layers) private void SaveFileCacheForAsset(UUID AssetId, OpenJPEG.J2KLayerInfo[] Layers)
{ {
m_decodedCache.AddOrUpdate(AssetId, Layers, TimeSpan.FromMinutes(10)); m_decodedCache.AddOrUpdate(AssetId, Layers, TimeSpan.FromMinutes(1));
if (Cache != null) if (Cache != null)
{ {

View File

@ -292,7 +292,7 @@ namespace OpenSim.Services.LLLoginService
string processedMessage; string processedMessage;
m_log.InfoFormat("[LLOGIN SERVICE]: Login request for {0} {1} at {2} using viewer {3}, channel {4}, IP {5}, Mac {6}, Id0 {7}, Possible LibOMVGridProxy: {8} ", m_log.InfoFormat("[LLOGIN SERVICE]: Login request for {0} {1} at {2} using viewer {3}, channel {4}, IP {5}, Mac {6}, Id0 {7} ",
firstName, lastName, startLocation, clientVersion, channel, clientIP.Address.ToString(), mac, id0); firstName, lastName, startLocation, clientVersion, channel, clientIP.Address.ToString(), mac, id0);
string curMac = mac.ToString(); string curMac = mac.ToString();