fix a info message
							parent
							
								
									72362dd09c
								
							
						
					
					
						commit
						3708f504a6
					
				|  | @ -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(); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 UbitUmarov
						UbitUmarov