diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-02-09 17:07:17 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-02-09 17:07:17 +0200 |
| commit | 54d607cb361d40eccf2d31da2305423360cc4b09 (patch) | |
| tree | 89ba1326111daae27beceb7cc3ae913894f646a5 /Software/Visual_Studio/Web | |
| parent | 54c994826413839434d3a541345898af45311682 (diff) | |
| download | Tango-54d607cb361d40eccf2d31da2305423360cc4b09.tar.gz Tango-54d607cb361d40eccf2d31da2305423360cc4b09.zip | |
Critical fix on job rgb/lab cmyk & MyColors.
Diffstat (limited to 'Software/Visual_Studio/Web')
| -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 57bdc2fbf..5bd95cbd2 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; |
