diff options
Diffstat (limited to 'OpenSim/Region/Communications')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1InterSimComms.cs | 4 |
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 | } |