diff options
author | Justin Clarke Casey | 2008-03-24 20:25:48 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-03-24 20:25:48 +0000 |
commit | 3aa843cea8061c8fdda15fa511baa36c2648463b (patch) | |
tree | c365bd65ae3b1ad855c95fab33f9735d65685e3e /OpenSim/Region/Application/OpenSimMain.cs | |
parent | * Make standalone non-home region caps work again. (diff) | |
download | opensim-SC_OLD-3aa843cea8061c8fdda15fa511baa36c2648463b.zip opensim-SC_OLD-3aa843cea8061c8fdda15fa511baa36c2648463b.tar.gz opensim-SC_OLD-3aa843cea8061c8fdda15fa511baa36c2648463b.tar.bz2 opensim-SC_OLD-3aa843cea8061c8fdda15fa511baa36c2648463b.tar.xz |
* Remove a spammy comment I meant to remove from the last commit
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index e2902dc..afaf988 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -463,8 +463,7 @@ namespace OpenSim | |||
463 | regionInfo.ServerURI = "http://" + regionInfo.ExternalHostName | 463 | regionInfo.ServerURI = "http://" + regionInfo.ExternalHostName |
464 | + ":" + regionInfo.InternalEndPoint.Port.ToString(); | 464 | + ":" + regionInfo.InternalEndPoint.Port.ToString(); |
465 | 465 | ||
466 | regionInfo.HttpPort = m_httpServerPort; | 466 | regionInfo.HttpPort = m_httpServerPort; |
467 | m_log.DebugFormat("[OPENSIM MAIN]: Setting http port for region {0} to {1}", regionInfo.InternalEndPoint, regionInfo.HttpPort); | ||
468 | 467 | ||
469 | if ((proxyUrl.Length > 0) && (portadd_flag)) | 468 | if ((proxyUrl.Length > 0) && (portadd_flag)) |
470 | { | 469 | { |