Added extra logging for detected settings changes
This commit is contained in:
parent
eec31d9e2c
commit
9b16bb5841
|
@ -601,6 +601,8 @@ namespace Core.Main
|
|||
// Disable the file watcher whilst we deal with the event
|
||||
SettingsFiles.PresetFileWatcher.EnableRaisingEvents = false;
|
||||
|
||||
this.Log.DoLogInfo("Detected a '" + e.ChangeType.ToString() + "' change in the following preset file: " + e.FullPath);
|
||||
|
||||
// Reprocess now
|
||||
PTMagicIntervalTimer_Elapsed(new object(), null);
|
||||
|
||||
|
|
Loading…
Reference in New Issue