diff options
author | Justin Clark-Casey (justincc) | 2010-08-11 18:30:07 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-08-11 23:16:33 +0100 |
commit | 686f44c575312950b96413380e7506523d44090f (patch) | |
tree | 7f9d0d5f34aea76da420394e3e0441dba9f84eb7 /OpenSim/Server | |
parent | Changing prim color generates event CHANGED_COLOR. (diff) | |
download | opensim-SC_OLD-686f44c575312950b96413380e7506523d44090f.zip opensim-SC_OLD-686f44c575312950b96413380e7506523d44090f.tar.gz opensim-SC_OLD-686f44c575312950b96413380e7506523d44090f.tar.bz2 opensim-SC_OLD-686f44c575312950b96413380e7506523d44090f.tar.xz |
minor: change "no [GridInfo] config" warning to refer to "configuration files" rather than "OpenSim.ini"
Diffstat (limited to 'OpenSim/Server')
-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) |