aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/Controllers
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2025-03-17 17:13:19 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2025-03-17 17:13:19 +0200
commite22c6c134455f7b2423215f7d7c6a0e707c65c7c (patch)
tree4e07f516a679965defe7b7178b579d8b3e33c7dd /Software/Visual_Studio/Web/Tango.MachineService/Controllers
parentcb872d2cbcc20fe456b4e2ca8633c803bd104de7 (diff)
parentad89c52f42dd38dcdc332d2e1059b49858e0b9dd (diff)
downloadTango-e22c6c134455f7b2423215f7d7c6a0e707c65c7c.tar.gz
Tango-e22c6c134455f7b2423215f7d7c6a0e707c65c7c.zip
Merged Buzzer Branch To Software !!!
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs
index d1a56138e..17f6ba324 100644
--- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs
+++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs
@@ -717,7 +717,7 @@ namespace Tango.MachineService.Controllers
{
Status = TangoUpdateStatuses.SynchronizationFailed,
FailedReason = ex.FlattenMessage(),
- FailedLog = ex.FlattenException(),
+ FailedLog = null,
Token = response.NotifyCompletedToken,
});
throw ex;