aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/MachineStudio')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/TFS/TeamFoundationServiceExtendedClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/TFS/TeamFoundationServiceExtendedClient.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/TFS/TeamFoundationServiceExtendedClient.cs
index 46bf63194..addd2f4fb 100644
--- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/TFS/TeamFoundationServiceExtendedClient.cs
+++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/TFS/TeamFoundationServiceExtendedClient.cs
@@ -203,7 +203,7 @@ namespace Tango.MachineStudio.UI.TFS
if (embeddedFileLogger != null && File.Exists(embeddedFileLogger.LogFile))
{
var embeddedLogFile = _tempFolder.CreateImaginaryFile();
- File.Copy(appFileLogger.LogFile, embeddedLogFile.Path);
+ File.Copy(embeddedFileLogger.LogFile, embeddedLogFile.Path);
item.Attachments.Add(new Attachment()
{