From c256fbbccddc8278d9d1e4c05e30239da0538a99 Mon Sep 17 00:00:00 2001 From: MW Date: Mon, 2 Mar 2009 17:47:42 +0000 Subject: Added more error info to CreateCommsManagerPlugin. --- .../ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs | 1 + 1 file changed, 1 insertion(+) 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 { m_log.Error("[CreateComms] " + e.Message); m_log.Error("[CreateComms] The OpenSim application class was : " + openSim.ToString()); + m_log.Error("[CreateComms] To use hypergrid mode, please make sure you are starting opensim with the command line: opensim.exe -hypergrid=true"); Environment.Exit(1); } -- cgit v1.1