Irc bot test

integration
BlueWall 2012-09-01 21:56:10 -04:00
parent dbd42daed6
commit d51628b0a5
1 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ namespace OpenSim.Services.IntegrationService
public static IConfigSource LoadInitialConfig(string url)
{
IConfigSource source = new XmlConfigSource();
m_log.InfoFormat("[CONFIG]: {0} is a http:// URI, fetching ...", url);
m_log.InfoFormat("[CONFIG]: {0} is a http:// URI, fetching ...", url);
// The ini file path is a http URI
// Try to read it
@ -158,4 +158,4 @@ namespace OpenSim.Services.IntegrationService
}
}
}
}