Changed logging level for message about failure to retrieve a map image from a linked region.

avinationmerge
Marck 2010-12-13 22:00:34 +01:00
parent 9a24c0b41c
commit a4588befb7
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ namespace OpenSim.Services.Connectors.Hypergrid
} }
catch // LEGIT: Catching problems caused by OpenJPEG p/invoke 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; return mapTile;
} }