From 420ef1c290c4712ebfa2708267ec8ac1ffde6edc Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Fri, 12 Sep 2025 12:14:26 +0300 Subject: Removed PPC idle connection attempts logs. --- .../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 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; } -- cgit v1.3.1