minor: change "no [GridInfo] config" warning to refer to "configuration files" rather than "OpenSim.ini"

0.7.0.2-release
Justin Clark-Casey (justincc) 2010-08-11 18:30:07 +01:00 committed by Diva Canto
parent de0445c8ea
commit 7e06f97a87
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ namespace OpenSim.Server.Handlers.Grid
private void IssueWarning()
{
_log.Warn("[GRID INFO SERVICE]: found no [GridInfo] section in your OpenSim.ini");
_log.Warn("[GRID INFO SERVICE]: found no [GridInfo] section in your configuration files");
_log.Warn("[GRID INFO SERVICE]: trying to guess sensible defaults, you might want to provide better ones:");
foreach (string k in _info.Keys)