mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
* Reduced a significant number of compiler warnings (back down to 9 for all projects combined, all 'never used' things)
This commit is contained in:
@@ -54,7 +54,7 @@ namespace OpenSim.Framework.Configuration.HTTP
|
||||
while (count > 0);
|
||||
LoadDataFromString(sb.ToString());
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (WebException)
|
||||
{
|
||||
Console.MainLog.Instance.Warn("Unable to connect to remote configuration file (" + remoteConfigSettings.baseConfigURL + configFileName + "). Creating local file instead.");
|
||||
xmlConfig.SetFileName(configFileName);
|
||||
|
||||
Reference in New Issue
Block a user