aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs')
-rw-r--r--Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs2
1 files changed, 1 insertions, 1 deletions
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);