aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs
diff options
context:
space:
mode:
authorMW2009-03-02 17:47:42 +0000
committerMW2009-03-02 17:47:42 +0000
commitc256fbbccddc8278d9d1e4c05e30239da0538a99 (patch)
treea8e4f366dbee00c65139fbf7349e94dd1c92359a /OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs
parentAdded some debug output to CreateCommsManagerPlugin (diff)
downloadopensim-SC_OLD-c256fbbccddc8278d9d1e4c05e30239da0538a99.zip
opensim-SC_OLD-c256fbbccddc8278d9d1e4c05e30239da0538a99.tar.gz
opensim-SC_OLD-c256fbbccddc8278d9d1e4c05e30239da0538a99.tar.bz2
opensim-SC_OLD-c256fbbccddc8278d9d1e4c05e30239da0538a99.tar.xz
Added more error info to CreateCommsManagerPlugin.
Diffstat (limited to 'OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs')
-rw-r--r--OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs b/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs
index acfc49c..94183c3 100644
--- a/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs
+++ b/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs
@@ -127,6 +127,7 @@ namespace OpenSim.ApplicationPlugins.CreateCommsManager
127 { 127 {
128 m_log.Error("[CreateComms] " + e.Message); 128 m_log.Error("[CreateComms] " + e.Message);
129 m_log.Error("[CreateComms] The OpenSim application class was : " + openSim.ToString()); 129 m_log.Error("[CreateComms] The OpenSim application class was : " + openSim.ToString());
130 m_log.Error("[CreateComms] To use hypergrid mode, please make sure you are starting opensim with the command line: opensim.exe -hypergrid=true");
130 Environment.Exit(1); 131 Environment.Exit(1);
131 } 132 }
132 133