diff options
author | Diva Canto | 2010-12-09 16:52:37 -0800 |
---|---|---|
committer | Diva Canto | 2010-12-09 16:52:37 -0800 |
commit | cefdee8aaf365d0395b44176ff46e48e933bf1bf (patch) | |
tree | 5b884bcaefda0b83b18826ae02828d59cba14f59 /OpenSim/Services/GridService | |
parent | Make configs consistent, as per mantos #5258 (diff) | |
download | opensim-SC_OLD-cefdee8aaf365d0395b44176ff46e48e933bf1bf.zip opensim-SC_OLD-cefdee8aaf365d0395b44176ff46e48e933bf1bf.tar.gz opensim-SC_OLD-cefdee8aaf365d0395b44176ff46e48e933bf1bf.tar.bz2 opensim-SC_OLD-cefdee8aaf365d0395b44176ff46e48e933bf1bf.tar.xz |
Normalized ALL URLs with trailing /'s hopefully. Fixed show hyperlinks command. mantis #5259
Diffstat (limited to 'OpenSim/Services/GridService')
-rw-r--r-- | OpenSim/Services/GridService/HypergridLinker.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/GridService/HypergridLinker.cs b/OpenSim/Services/GridService/HypergridLinker.cs index 2184498..31c7b80 100644 --- a/OpenSim/Services/GridService/HypergridLinker.cs +++ b/OpenSim/Services/GridService/HypergridLinker.cs | |||
@@ -433,7 +433,7 @@ namespace OpenSim.Services.GridService | |||
433 | MainConsole.Instance.Output(String.Format("{0,-39} {1}\n{2,-39} {3}\n", | 433 | MainConsole.Instance.Output(String.Format("{0,-39} {1}\n{2,-39} {3}\n", |
434 | r.RegionName, r.RegionID, | 434 | r.RegionName, r.RegionID, |
435 | String.Format("{0},{1} ({2},{3})", r.posX, r.posY, r.posX / 256, r.posY / 256), | 435 | String.Format("{0},{1} ({2},{3})", r.posX, r.posY, r.posX / 256, r.posY / 256), |
436 | "http://" + r.Data["serverIP"].ToString() + ":" + r.Data["serverHttpPort"].ToString())); | 436 | r.Data["serverURI"].ToString())); |
437 | } | 437 | } |
438 | return; | 438 | return; |
439 | } | 439 | } |