From 9b16bb58413efa7d9db4498c33dc4226797a3b9f Mon Sep 17 00:00:00 2001 From: djbadders <34887832+djbadders@users.noreply.github.com> Date: Wed, 6 Mar 2019 21:52:04 +0000 Subject: [PATCH] Added extra logging for detected settings changes --- Core/Main/PTMagic.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Core/Main/PTMagic.cs b/Core/Main/PTMagic.cs index 5ce5f05..26753a8 100644 --- a/Core/Main/PTMagic.cs +++ b/Core/Main/PTMagic.cs @@ -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);