diff options
author | Diva Canto | 2011-01-07 11:38:54 -0800 |
---|---|---|
committer | Diva Canto | 2011-01-07 11:38:54 -0800 |
commit | 8c0e156b4d534cbc9ad21805529804610b7c78eb (patch) | |
tree | 0e829ac7adf70cf1c9e88d29918e25612cc6015c /OpenSim/Region | |
parent | A bit more frugal on the caller side of closing agents, now that the receivin... (diff) | |
download | opensim-SC_OLD-8c0e156b4d534cbc9ad21805529804610b7c78eb.zip opensim-SC_OLD-8c0e156b4d534cbc9ad21805529804610b7c78eb.tar.gz opensim-SC_OLD-8c0e156b4d534cbc9ad21805529804610b7c78eb.tar.bz2 opensim-SC_OLD-8c0e156b4d534cbc9ad21805529804610b7c78eb.tar.xz |
Make HG map search consistent with new syntax for link-region, i.e. http://foo.org. Old syntax (foo.org) is still supported, but has surprising results when ppl search again, because internally the HG link names start with http.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs b/OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs index cc28a5b..a9e46d0 100644 --- a/OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs +++ b/OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs | |||
@@ -102,7 +102,7 @@ namespace OpenSim.Region.CoreModules.World.WorldMap | |||
102 | GridRegion info = m_scene.GridService.GetRegionByName(m_scene.RegionInfo.ScopeID, mapName); | 102 | GridRegion info = m_scene.GridService.GetRegionByName(m_scene.RegionInfo.ScopeID, mapName); |
103 | if (info != null) regionInfos.Add(info); | 103 | if (info != null) regionInfos.Add(info); |
104 | } | 104 | } |
105 | m_log.DebugFormat("[MAPSEARCHMODULE]: search returned {0} regions", regionInfos.Count); | 105 | m_log.DebugFormat("[MAPSEARCHMODULE]: search {0} returned {1} regions", mapName, regionInfos.Count); |
106 | List<MapBlockData> blocks = new List<MapBlockData>(); | 106 | List<MapBlockData> blocks = new List<MapBlockData>(); |
107 | 107 | ||
108 | MapBlockData data; | 108 | MapBlockData data; |