diff options
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1InterSimComms.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1InterSimComms.cs b/OpenSim/Region/Communications/OGS1/OGS1InterSimComms.cs index c2220d1..87d62c8 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1InterSimComms.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1InterSimComms.cs | |||
@@ -65,6 +65,7 @@ namespace OpenSim.Region.Communications.OGS1 | |||
65 | catch (System.Runtime.Remoting.RemotingException e) | 65 | catch (System.Runtime.Remoting.RemotingException e) |
66 | { | 66 | { |
67 | Console.WriteLine("Remoting Error: Unable to connect to remote region.\n" + e.ToString()); | 67 | Console.WriteLine("Remoting Error: Unable to connect to remote region.\n" + e.ToString()); |
68 | return false; | ||
68 | } | 69 | } |
69 | } | 70 | } |
70 | 71 | ||
@@ -77,6 +78,7 @@ namespace OpenSim.Region.Communications.OGS1 | |||
77 | catch (System.Runtime.Remoting.RemotingException e) | 78 | catch (System.Runtime.Remoting.RemotingException e) |
78 | { | 79 | { |
79 | Console.WriteLine("Remoting Error: Unable to connect to remote region.\n" + e.ToString()); | 80 | Console.WriteLine("Remoting Error: Unable to connect to remote region.\n" + e.ToString()); |
81 | return false; | ||
80 | } | 82 | } |
81 | } | 83 | } |
82 | } | 84 | } |