Changed logging level for message about failure to retrieve a map image from a linked region.
parent
9a24c0b41c
commit
a4588befb7
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue