diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-05-12 16:22:55 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-05-12 16:22:55 +0300 |
| commit | 7ef2f5156e8a7958ee6425f53158f94974762ef9 (patch) | |
| tree | 071a0b745c47dafbddb705e38486956a5c0f2720 /Software/Visual_Studio/PPC/Tango.PPC.Common/Connection | |
| parent | 524bc43f07339979eda1c812354a9a2e8e0f7e09 (diff) | |
| download | Tango-7ef2f5156e8a7958ee6425f53158f94974762ef9.tar.gz Tango-7ef2f5156e8a7958ee6425f53158f94974762ef9.zip | |
Fixed CircleActionButton on TCC.
Prevent continues messages from updating after complete or error.
Fixed diagnostics not resuming MS <=> PPC after PPC <=> Machine disconnection.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Connection')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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."); } } |
