Change the help message to point to copying OpenSimDefaults.ini.example.

Provide a mostly empty OpenSim.ini.example
viewer-2-initial-appearance
Melanie 2010-09-13 23:22:25 +01:00
parent 2cf98e77fc
commit 4aadfc3007
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ namespace OpenSim
if (sources.Count == 0)
{
m_log.FatalFormat("[CONFIG]: Could not load any configuration");
m_log.FatalFormat("[CONFIG]: Did you copy the OpenSim.ini.example file to OpenSim.ini?");
m_log.FatalFormat("[CONFIG]: Did you copy the OpenSimDefaults.ini.example file to OpenSimDefaults.ini?");
Environment.Exit(1);
}