mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
fix a info message
This commit is contained in:
@@ -330,7 +330,7 @@ namespace OpenSim.Region.CoreModules.Agent.TextureSender
|
||||
|
||||
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)
|
||||
{
|
||||
|
||||
@@ -292,7 +292,7 @@ namespace OpenSim.Services.LLLoginService
|
||||
|
||||
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);
|
||||
|
||||
string curMac = mac.ToString();
|
||||
|
||||
Reference in New Issue
Block a user