aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Settings
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-09-04 22:43:27 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-09-04 22:43:27 +0300
commitc7043303d96ec48af6af105a93d80dca2aed627b (patch)
tree91d0279bb75b1c084857a1ef544c293c31fa31cc /Software/Visual_Studio/Tango.Settings
parent916d7f42b72eef37b590663b5964dcdec7065e5d (diff)
downloadTango-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.cs2
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);
}
};