mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
* Once more into the breach!
This commit is contained in:
@@ -65,6 +65,7 @@ namespace OpenSim.Region.Communications.OGS1
|
||||
catch (System.Runtime.Remoting.RemotingException e)
|
||||
{
|
||||
Console.WriteLine("Remoting Error: Unable to connect to remote region.\n" + e.ToString());
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -77,6 +78,7 @@ namespace OpenSim.Region.Communications.OGS1
|
||||
catch (System.Runtime.Remoting.RemotingException e)
|
||||
{
|
||||
Console.WriteLine("Remoting Error: Unable to connect to remote region.\n" + e.ToString());
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user