diff options
author | Justin Clark-Casey (justincc) | 2010-08-11 18:30:07 +0100 |
---|---|---|
committer | Diva Canto | 2010-08-11 20:47:10 -0700 |
commit | 7e06f97a872cbd0b130b669bce95fa0d7bb9618b (patch) | |
tree | 088a77efbb206e1ea92903de5d8b329b7fd77ea3 | |
parent | Fixes: llSetLinkPrimitiveParams - PRIM_POSITION is not relative to root, caus... (diff) | |
download | opensim-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"
-rw-r--r-- | OpenSim/Server/Handlers/Grid/GridInfoHandlers.cs | 2 |
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) |