aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Hypergrid
diff options
context:
space:
mode:
authorMarck2010-12-13 22:00:34 +0100
committerMarck2010-12-13 22:00:34 +0100
commita4588befb7b75d0b48664a3ff1998464aac5eed5 (patch)
treeab25f266e738a0eed1005d45fb2394aec1fa13c7 /OpenSim/Services/Connectors/Hypergrid
parentShow map tile for hyperlinks. Perform Check4096 before adding a hyperlink. (diff)
downloadopensim-SC_OLD-a4588befb7b75d0b48664a3ff1998464aac5eed5.zip
opensim-SC_OLD-a4588befb7b75d0b48664a3ff1998464aac5eed5.tar.gz
opensim-SC_OLD-a4588befb7b75d0b48664a3ff1998464aac5eed5.tar.bz2
opensim-SC_OLD-a4588befb7b75d0b48664a3ff1998464aac5eed5.tar.xz
Changed logging level for message about failure to retrieve a map image from a linked region.
Diffstat (limited to 'OpenSim/Services/Connectors/Hypergrid')
-rw-r--r--OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs b/OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs
index d4fd1b8..1ac8478 100644
--- a/OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs
+++ b/OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs
@@ -178,7 +178,7 @@ namespace OpenSim.Services.Connectors.Hypergrid
178 } 178 }
179 catch // LEGIT: Catching problems caused by OpenJPEG p/invoke 179 catch // LEGIT: Catching problems caused by OpenJPEG p/invoke
180 { 180 {
181 m_log.Warn("[GATEKEEPER SERVICE CONNECTOR]: Failed getting/storing map image, because it is probably already in the cache"); 181 m_log.Info("[GATEKEEPER SERVICE CONNECTOR]: Failed getting/storing map image, because it is probably already in the cache");
182 } 182 }
183 return mapTile; 183 return mapTile;
184 } 184 }