From b9ff3e2b899b22090b5d206c1f95189aa7fd7ecb Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Wed, 16 May 2018 18:22:47 +0300 Subject: New Settings Library. --- Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs') diff --git a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs index 4ba69cc4c..a01375212 100644 --- a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs +++ b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs @@ -40,7 +40,7 @@ namespace Tango.Integration.Operation { EmbeddedLogManager = new LogManager(); - String folder = SettingsManager.DefaultFolder + "\\embedded logs"; + String folder = SettingsManager.Default.Folder + "\\embedded logs"; Directory.CreateDirectory(folder); FileLogger fileLogger = new FileLogger(folder, "embedded") { Enabled = true }; EmbeddedLogManager.RegisterLogger(fileLogger); -- cgit v1.3.1