diff options
Diffstat (limited to 'Software')
| -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; } |
