mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Fixed some inconsistency with trailing /. Made debug messages consistent. Changed the stored region names of HG regions. Increased the size of regionName in DB.
This commit is contained in:
@@ -586,7 +586,7 @@ namespace OpenSim.Services.LLLoginService
|
||||
|
||||
private GridRegion FindForeignRegion(string domainName, uint port, string regionName, out GridRegion gatekeeper)
|
||||
{
|
||||
m_log.Debug("attempting to findforeignregion " + domainName + ":" + port.ToString() + ":" + regionName);
|
||||
m_log.Debug("[LLLOGIN SERVICE]: attempting to findforeignregion " + domainName + ":" + port.ToString() + ":" + regionName);
|
||||
gatekeeper = new GridRegion();
|
||||
gatekeeper.ExternalHostName = domainName;
|
||||
gatekeeper.HttpPort = port;
|
||||
@@ -654,7 +654,7 @@ namespace OpenSim.Services.LLLoginService
|
||||
gatekeeper.HttpPort = (uint)port;
|
||||
gatekeeper.ServerURI = m_GatekeeperURL;
|
||||
}
|
||||
m_log.Debug("no gatekeeper detected..... using " + m_GatekeeperURL);
|
||||
m_log.Debug("[LLLOGIN SERVICE]: no gatekeeper detected..... using " + m_GatekeeperURL);
|
||||
}
|
||||
|
||||
bool success = false;
|
||||
|
||||
Reference in New Issue
Block a user