diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-03-17 17:13:19 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-03-17 17:13:19 +0200 |
| commit | e22c6c134455f7b2423215f7d7c6a0e707c65c7c (patch) | |
| tree | 4e07f516a679965defe7b7178b579d8b3e33c7dd /Software/Visual_Studio/Web/Tango.MachineService/Controllers | |
| parent | cb872d2cbcc20fe456b4e2ca8633c803bd104de7 (diff) | |
| parent | ad89c52f42dd38dcdc332d2e1059b49858e0b9dd (diff) | |
| download | Tango-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.cs | 2 |
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; |
