diff options
Diffstat (limited to 'src/zencore/jobqueue.cpp')
| -rw-r--r-- | src/zencore/jobqueue.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/zencore/jobqueue.cpp b/src/zencore/jobqueue.cpp index e92817431..86c08cda9 100644 --- a/src/zencore/jobqueue.cpp +++ b/src/zencore/jobqueue.cpp @@ -363,7 +363,6 @@ public: { ZEN_DEBUG("Background job {}:'{}' aborted. Reason: '{}'", CurrentJob->Id.Id, CurrentJob->Name, Ex.what()); QueueLock.WithExclusiveLock([&]() { - CurrentJob->State.Messages.push_back(Ex.what()); CurrentJob->State.AbortReason = Ex.what(); CurrentJob->EndTick = JobClock::Now(); CurrentJob->WorkerThreadId = 0; |