aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-12-04 17:56:32 +0200
committerShlomo Hecht <shlomo@twine-s.com>2018-12-04 17:56:32 +0200
commitc63050d1b7f34c5e3c49bbe23e059ebe403e8b20 (patch)
tree4034da7ff03b1ac63f176a7e8b0664097cf9c3e3 /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
parent89831e736d0262038a8aa7e0385ebdfe83d196c2 (diff)
parent6150db333d81879d3aba19613cca67cb92b22774 (diff)
downloadTango-c63050d1b7f34c5e3c49bbe23e059ebe403e8b20.tar.gz
Tango-c63050d1b7f34c5e3c49bbe23e059ebe403e8b20.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
index 12c4a9de9..02324b743 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
@@ -123,7 +123,7 @@ namespace Tango.PPC.Common.MachineSetup
}
catch (Exception ex)
{
- throw LogManager.Log(ex, $"An error occurred while trying to contact machine service: {ex.Message}");
+ throw LogManager.Log(ex, $"An error occurred while trying to contact machine service: {ex.FlattenMessage()}");
}
LogManager.Log($"Machine setup response received: {Environment.NewLine}{setup_response.ToJsonString()}");