diff options
author | Melanie | 2010-09-13 23:22:25 +0100 |
---|---|---|
committer | Melanie | 2010-09-13 23:27:56 +0100 |
commit | 4aadfc300705e494c710ac1f96e887c1cf43ff16 (patch) | |
tree | c622abe018a7fed6bbae9f60e4f977e4dfdbcabd /OpenSim | |
parent | Output an error and quit if the master file is missing. Also rename (diff) | |
download | opensim-SC_OLD-4aadfc300705e494c710ac1f96e887c1cf43ff16.zip opensim-SC_OLD-4aadfc300705e494c710ac1f96e887c1cf43ff16.tar.gz opensim-SC_OLD-4aadfc300705e494c710ac1f96e887c1cf43ff16.tar.bz2 opensim-SC_OLD-4aadfc300705e494c710ac1f96e887c1cf43ff16.tar.xz |
Change the help message to point to copying OpenSimDefaults.ini.example.
Provide a mostly empty OpenSim.ini.example
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Application/ConfigurationLoader.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/ConfigurationLoader.cs b/OpenSim/Region/Application/ConfigurationLoader.cs index 9d6fef7..b76e85d 100644 --- a/OpenSim/Region/Application/ConfigurationLoader.cs +++ b/OpenSim/Region/Application/ConfigurationLoader.cs | |||
@@ -172,7 +172,7 @@ namespace OpenSim | |||
172 | if (sources.Count == 0) | 172 | if (sources.Count == 0) |
173 | { | 173 | { |
174 | m_log.FatalFormat("[CONFIG]: Could not load any configuration"); | 174 | m_log.FatalFormat("[CONFIG]: Could not load any configuration"); |
175 | m_log.FatalFormat("[CONFIG]: Did you copy the OpenSim.ini.example file to OpenSim.ini?"); | 175 | m_log.FatalFormat("[CONFIG]: Did you copy the OpenSimDefaults.ini.example file to OpenSimDefaults.ini?"); |
176 | Environment.Exit(1); | 176 | Environment.Exit(1); |
177 | } | 177 | } |
178 | 178 | ||