diff options
-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) |