* Once more into the breach!

afrisby
Adam Frisby 2007-07-18 00:14:17 +00:00
parent 32a82019c3
commit be11cddc00
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}
}
}