diff options
Diffstat (limited to 'OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs')
-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 | ||