aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2025-08-14 08:50:24 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2025-08-14 08:50:24 +0300
commitaff2b2a236db748a87a6a2920e7c5500fd62b469 (patch)
treed14bbebd7135218d5843bd2531089e65ffd8e1b7 /Software/Visual_Studio
parentd9322cdd83c46d1add0a3c8421e28ee878c29396 (diff)
downloadTango-aff2b2a236db748a87a6a2920e7c5500fd62b469.tar.gz
Tango-aff2b2a236db748a87a6a2920e7c5500fd62b469.zip
Resume error log.
Diffstat (limited to 'Software/Visual_Studio')
-rw-r--r--Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs2
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...");
}
}