diff options
author | MW | 2009-03-02 17:47:42 +0000 |
---|---|---|
committer | MW | 2009-03-02 17:47:42 +0000 |
commit | c256fbbccddc8278d9d1e4c05e30239da0538a99 (patch) | |
tree | a8e4f366dbee00c65139fbf7349e94dd1c92359a /OpenSim | |
parent | Added some debug output to CreateCommsManagerPlugin (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs | 1 |
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 | ||