mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
More debug messages
This commit is contained in:
@@ -248,6 +248,16 @@ namespace OpenSim.Region.OptionalModules.World.AutoBackup
|
||||
{
|
||||
m_log.Warn("[AUTO BACKUP MODULE]: " + c.Name);
|
||||
}
|
||||
|
||||
if(scene.Config != null)
|
||||
{
|
||||
m_log.Warn("[AUTO BACKUP MODULE]: And in scene.Config:");
|
||||
IConfigSource tmp = scene.Config;
|
||||
foreach(IConfig d in tmp.Configs)
|
||||
{
|
||||
m_log.Warn("[AUTO BACKUP MODULE]: " + d.Name);
|
||||
}
|
||||
}
|
||||
throw new NullReferenceException("This is debug code");
|
||||
}
|
||||
st.SetEnabled(config.GetBoolean("AutoBackup", false));
|
||||
|
||||
Reference in New Issue
Block a user