Irc bot test
parent
dbd42daed6
commit
d51628b0a5
|
@ -132,7 +132,7 @@ namespace OpenSim.Services.IntegrationService
|
||||||
public static IConfigSource LoadInitialConfig(string url)
|
public static IConfigSource LoadInitialConfig(string url)
|
||||||
{
|
{
|
||||||
IConfigSource source = new XmlConfigSource();
|
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
|
// The ini file path is a http URI
|
||||||
// Try to read it
|
// Try to read it
|
||||||
|
|
Loading…
Reference in New Issue