aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1InterSimComms.cs
diff options
context:
space:
mode:
authorAdam Frisby2007-07-18 00:10:11 +0000
committerAdam Frisby2007-07-18 00:10:11 +0000
commit32a82019c38a49aad6dd3e5a194ba29d86689910 (patch)
tree52af9c1fbcd8dfad14868d8b43f057244e243b91 /OpenSim/Region/Communications/OGS1/OGS1InterSimComms.cs
parent* More attempts at fixing Ckrinke's phantom remoting error. Heh. (diff)
downloadopensim-SC_OLD-32a82019c38a49aad6dd3e5a194ba29d86689910.zip
opensim-SC_OLD-32a82019c38a49aad6dd3e5a194ba29d86689910.tar.gz
opensim-SC_OLD-32a82019c38a49aad6dd3e5a194ba29d86689910.tar.bz2
opensim-SC_OLD-32a82019c38a49aad6dd3e5a194ba29d86689910.tar.xz
* and again...
Diffstat (limited to 'OpenSim/Region/Communications/OGS1/OGS1InterSimComms.cs')
-rw-r--r--OpenSim/Region/Communications/OGS1/OGS1InterSimComms.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1InterSimComms.cs b/OpenSim/Region/Communications/OGS1/OGS1InterSimComms.cs
index e9affe5..c2220d1 100644
--- a/OpenSim/Region/Communications/OGS1/OGS1InterSimComms.cs
+++ b/OpenSim/Region/Communications/OGS1/OGS1InterSimComms.cs
@@ -64,7 +64,7 @@ namespace OpenSim.Region.Communications.OGS1
64 } 64 }
65 catch (System.Runtime.Remoting.RemotingException e) 65 catch (System.Runtime.Remoting.RemotingException e)
66 { 66 {
67 MainLog.Instance.Error("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 } 68 }
69 } 69 }
70 70
@@ -76,7 +76,7 @@ namespace OpenSim.Region.Communications.OGS1
76 } 76 }
77 catch (System.Runtime.Remoting.RemotingException e) 77 catch (System.Runtime.Remoting.RemotingException e)
78 { 78 {
79 MainLog.Instance.Error("Remoting Error: Unable to connect to remote region.\n" + e.ToString()); 79 Console.WriteLine("Remoting Error: Unable to connect to remote region.\n" + e.ToString());
80 } 80 }
81 } 81 }
82 } 82 }