mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Formatting cleanup.
This commit is contained in:
@@ -133,7 +133,7 @@ namespace OpenSim.Region.Communications.Hypergrid
|
||||
{
|
||||
// Region doesn't exist here. Trying to link remote region
|
||||
|
||||
m_log.Info("[HGrid]: Linking remote region " + regionInfo.ExternalHostName + ":" + regionInfo.HttpPort );
|
||||
m_log.Info("[HGrid]: Linking remote region " + regionInfo.ExternalHostName + ":" + regionInfo.HttpPort);
|
||||
regionInfo.RegionID = LinkRegion(regionInfo); // UUID.Random();
|
||||
if (!regionInfo.RegionID.Equals(UUID.Zero))
|
||||
{
|
||||
|
||||
@@ -88,7 +88,7 @@ namespace OpenSim.Region.Communications.Local
|
||||
}
|
||||
else
|
||||
{
|
||||
m_log.WarnFormat( "[LOCAL INVENTORY SERVICE]: User {0} inventory not available", userID);
|
||||
m_log.WarnFormat("[LOCAL INVENTORY SERVICE]: User {0} inventory not available", userID);
|
||||
}
|
||||
|
||||
callback(folders, items);
|
||||
|
||||
@@ -435,7 +435,7 @@ namespace OpenSim.Region.Communications.OGS1
|
||||
// string externalUri = (string) responseData["sim_uri"];
|
||||
|
||||
//IPEndPoint neighbourInternalEndPoint = new IPEndPoint(IPAddress.Parse(internalIpStr), (int) port);
|
||||
regionInfo = RegionInfo.Create(regionID, regionName, regX, regY, externalHostName, httpPort, simPort, remotingPort, simURI );
|
||||
regionInfo = RegionInfo.Create(regionID, regionName, regX, regY, externalHostName, httpPort, simPort, remotingPort, simURI);
|
||||
|
||||
if (m_useRemoteRegionCache)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user