diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-08-14 08:50:24 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-08-14 08:50:24 +0300 |
| commit | aff2b2a236db748a87a6a2920e7c5500fd62b469 (patch) | |
| tree | d14bbebd7135218d5843bd2531089e65ffd8e1b7 /Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs | |
| parent | d9322cdd83c46d1add0a3c8421e28ee878c29396 (diff) | |
| download | Tango-aff2b2a236db748a87a6a2920e7c5500fd62b469.tar.gz Tango-aff2b2a236db748a87a6a2920e7c5500fd62b469.zip | |
Resume error log.
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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..."); } } |
