diff options
| author | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-12 12:14:26 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-12 12:14:26 +0300 |
| commit | 420ef1c290c4712ebfa2708267ec8ac1ffde6edc (patch) | |
| tree | e48501a650461a6625425d1cd9d8a88cf44e0415 /Software/Visual_Studio/PPC | |
| parent | a5ead2ac8b82a82dda5565c95fcb2e8b89c99180 (diff) | |
| download | Tango-420ef1c290c4712ebfa2708267ec8ac1ffde6edc.tar.gz Tango-420ef1c290c4712ebfa2708267ec8ac1ffde6edc.zip | |
Removed PPC idle connection attempts logs.
Diffstat (limited to 'Software/Visual_Studio/PPC')
| -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 872523bd0..2c7944ab8 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs @@ -305,7 +305,7 @@ namespace Tango.PPC.Common.Connection { if (!fileLoggingDisabled || LogManager.Categories.Contains(LogCategory.Debug)) { - 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."); LogManager.Log("Application logging of further connection attempts is now disabled and will resume when connection is successful."); fileLoggingDisabled = true; } |
