aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Grid
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-08-11 18:30:07 +0100
committerJustin Clark-Casey (justincc)2010-08-11 23:16:33 +0100
commit686f44c575312950b96413380e7506523d44090f (patch)
tree7f9d0d5f34aea76da420394e3e0441dba9f84eb7 /OpenSim/Server/Handlers/Grid
parentChanging prim color generates event CHANGED_COLOR. (diff)
downloadopensim-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/Handlers/Grid')
-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)