aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Settings/SettingsManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.Settings/SettingsManager.cs')
-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);
}
};