aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-08-11 18:30:07 +0100
committerDiva Canto2010-08-11 20:47:10 -0700
commit7e06f97a872cbd0b130b669bce95fa0d7bb9618b (patch)
tree088a77efbb206e1ea92903de5d8b329b7fd77ea3 /OpenSim
parentFixes: llSetLinkPrimitiveParams - PRIM_POSITION is not relative to root, caus... (diff)
downloadopensim-SC_OLD-7e06f97a872cbd0b130b669bce95fa0d7bb9618b.zip
opensim-SC_OLD-7e06f97a872cbd0b130b669bce95fa0d7bb9618b.tar.gz
opensim-SC_OLD-7e06f97a872cbd0b130b669bce95fa0d7bb9618b.tar.bz2
opensim-SC_OLD-7e06f97a872cbd0b130b669bce95fa0d7bb9618b.tar.xz
minor: change "no [GridInfo] config" warning to refer to "configuration files" rather than "OpenSim.ini"
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Server/Handlers/Grid/GridInfoHandlers.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/Handlers/Grid/GridInfoHandlers.cs b/OpenSim/Server/Handlers/Grid/GridInfoHandlers.cs
index d1233dc..b07d447 100644
--- a/OpenSim/Server/Handlers/Grid/GridInfoHandlers.cs
+++ b/OpenSim/Server/Handlers/Grid/GridInfoHandlers.cs
@@ -111,7 +111,7 @@ namespace OpenSim.Server.Handlers.Grid
111 111
112 private void IssueWarning() 112 private void IssueWarning()
113 { 113 {
114 _log.Warn("[GRID INFO SERVICE]: found no [GridInfo] section in your OpenSim.ini"); 114 _log.Warn("[GRID INFO SERVICE]: found no [GridInfo] section in your configuration files");
115 _log.Warn("[GRID INFO SERVICE]: trying to guess sensible defaults, you might want to provide better ones:"); 115 _log.Warn("[GRID INFO SERVICE]: trying to guess sensible defaults, you might want to provide better ones:");
116 116
117 foreach (string k in _info.Keys) 117 foreach (string k in _info.Keys)