From aff2b2a236db748a87a6a2920e7c5500fd62b469 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Thu, 14 Aug 2025 08:50:24 +0300 Subject: Resume error log. --- Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio') diff --git a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs index c38348bce..4e959548e 100644 --- a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs +++ b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs @@ -4225,7 +4225,7 @@ namespace Tango.Integration.Operation } catch (Exception ex) { - LogManager.Log(ex); + LogManager.Log(ex, "An error occurred while attempting to resume a job in progress..."); } } -- cgit v1.3.1