aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-12-04 14:11:29 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-12-04 14:11:29 +0200
commit5513ba4c2db05de40d9adfac645d7e77c35c71f7 (patch)
tree0088cfa3a3a76692a37f65a4724a5429ca51ed2d /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
parent13f168081666328ac648c230ae0cdd4adf4fd133 (diff)
downloadTango-5513ba4c2db05de40d9adfac645d7e77c35c71f7.tar.gz
Tango-5513ba4c2db05de40d9adfac645d7e77c35c71f7.zip
Worked on PPC setup & update.
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()}");