Added more error info to CreateCommsManagerPlugin.

0.6.4-rc1
MW 2009-03-02 17:47:42 +00:00
parent bf3e1956fb
commit c256fbbccd
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}