From 7ef2f5156e8a7958ee6425f53158f94974762ef9 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 12 May 2019 16:22:55 +0300 Subject: Fixed CircleActionButton on TCC. Prevent continues messages from updating after complete or error. Fixed diagnostics not resuming MS <=> PPC after PPC <=> Machine disconnection. --- .../PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs index ab42de712..04f64bd9c 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs @@ -183,7 +183,7 @@ namespace Tango.PPC.Common.Connection } catch (Exception ex) { - LogManager.Log(ex, "Error while trying to scan and connect to the machine."); + LogManager.Log(ex, LogCategory.Debug, "Error while trying to scan and connect to the machine."); } } -- cgit v1.3.1