aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAdam Frisby2007-07-18 00:14:17 +0000
committerAdam Frisby2007-07-18 00:14:17 +0000
commitbe11cddc00c828bf1d6000e3b533d6f5600863cb (patch)
tree60a6fba826d0c959f855b53668928b6ebe67bad9
parent* and again... (diff)
downloadopensim-SC_OLD-be11cddc00c828bf1d6000e3b533d6f5600863cb.zip
opensim-SC_OLD-be11cddc00c828bf1d6000e3b533d6f5600863cb.tar.gz
opensim-SC_OLD-be11cddc00c828bf1d6000e3b533d6f5600863cb.tar.bz2
opensim-SC_OLD-be11cddc00c828bf1d6000e3b533d6f5600863cb.tar.xz
* Once more into the breach!
-rw-r--r--OpenSim/Region/Communications/OGS1/OGS1InterSimComms.cs2
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 }