mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Fix linking phantom and nonphantom prims. Make the error message more friendly
when estate_settings.xml is empty or missing
This commit is contained in:
@@ -206,7 +206,11 @@ namespace OpenSim.Framework
|
||||
}
|
||||
catch (XmlException e)
|
||||
{
|
||||
m_log.Error("Error loading " + configurationFilename + ": " + e.ToString());
|
||||
{
|
||||
m_log.WarnFormat("[CONFIG] Not using {0}: {1}",
|
||||
configurationFilename,
|
||||
e.Message.ToString());
|
||||
//m_log.Error("Error loading " + configurationFilename + ": " + e.ToString());
|
||||
useFile = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user