From 5513ba4c2db05de40d9adfac645d7e77c35c71f7 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 4 Dec 2018 14:11:29 +0200 Subject: Worked on PPC setup & update. --- .../PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs') 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()}"); -- cgit v1.3.1