HG map tile fetch: handle cached images appropriately.

This commit is contained in:
Diva Canto
2011-01-06 12:48:28 -08:00
parent 5b43f9cac4
commit 21dedb573b
2 changed files with 13 additions and 5 deletions

View File

@@ -324,7 +324,7 @@ namespace OpenSim.Services.GridService
regInfo.TerrainImage = m_GatekeeperConnector.GetMapImage(regionID, imageURL, m_MapTileDirectory);
AddHyperlinkRegion(regInfo, handle);
m_log.Info("[HYPERGRID LINKER]: Successfully linked to region_uuid " + regInfo.RegionID);
m_log.InfoFormat("[HYPERGRID LINKER]: Successfully linked to region_uuid {0} with image {1}", regInfo.RegionID, regInfo.TerrainImage);
return true;
}