diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-09-04 22:43:27 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-09-04 22:43:27 +0300 |
| commit | c7043303d96ec48af6af105a93d80dca2aed627b (patch) | |
| tree | 91d0279bb75b1c084857a1ef544c293c31fa31cc /Software/Visual_Studio/Tango.Settings | |
| parent | 916d7f42b72eef37b590663b5964dcdec7065e5d (diff) | |
| download | Tango-c7043303d96ec48af6af105a93d80dca2aed627b.tar.gz Tango-c7043303d96ec48af6af105a93d80dca2aed627b.zip | |
Fixed issue with insights settings persistence.
ObjectCreationHandling.
Diffstat (limited to 'Software/Visual_Studio/Tango.Settings')
| -rw-r--r-- | Software/Visual_Studio/Tango.Settings/SettingsManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Settings/SettingsManager.cs b/Software/Visual_Studio/Tango.Settings/SettingsManager.cs index d106ebaca..350bdf790 100644 --- a/Software/Visual_Studio/Tango.Settings/SettingsManager.cs +++ b/Software/Visual_Studio/Tango.Settings/SettingsManager.cs @@ -69,7 +69,7 @@ namespace Tango.Settings Error = (sender, args) => { args.ErrorContext.Handled = true; - Logging.LogManager.Default.Log(args.ErrorContext.Error.Message); + LogManager.Default.Log(args.ErrorContext.Error.Message, LogCategory.Error); } }; |
