aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMelanie2010-09-13 23:22:25 +0100
committerMelanie2010-09-13 23:22:25 +0100
commit656e64b3ed4cf294b371739b315d7f603421788b (patch)
tree3a857bf7ef1152494d54e5df18045a8b0e77a4ec
parentOutput an error and quit if the master file is missing. Also rename (diff)
downloadopensim-SC_OLD-656e64b3ed4cf294b371739b315d7f603421788b.zip
opensim-SC_OLD-656e64b3ed4cf294b371739b315d7f603421788b.tar.gz
opensim-SC_OLD-656e64b3ed4cf294b371739b315d7f603421788b.tar.bz2
opensim-SC_OLD-656e64b3ed4cf294b371739b315d7f603421788b.tar.xz
Change the help message to point to copying OpenSimDefaults.ini.example.
Provide a mostly empty OpenSim.ini.example
-rw-r--r--OpenSim/Region/Application/ConfigurationLoader.cs2
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