mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Changed logging level for message about failure to retrieve a map image from a linked region.
This commit is contained in:
@@ -178,7 +178,7 @@ namespace OpenSim.Services.Connectors.Hypergrid
|
||||
}
|
||||
catch // LEGIT: Catching problems caused by OpenJPEG p/invoke
|
||||
{
|
||||
m_log.Warn("[GATEKEEPER SERVICE CONNECTOR]: Failed getting/storing map image, because it is probably already in the cache");
|
||||
m_log.Info("[GATEKEEPER SERVICE CONNECTOR]: Failed getting/storing map image, because it is probably already in the cache");
|
||||
}
|
||||
return mapTile;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user