diff --git a/objectstore/ArchiveRequest.cpp b/objectstore/ArchiveRequest.cpp index a421bd42cc9c7c5474886771e3f50df766518f16..c4a72d0dd1fb313c958639c90923a1989ea98922 100644 --- a/objectstore/ArchiveRequest.cpp +++ b/objectstore/ArchiveRequest.cpp @@ -689,7 +689,7 @@ ArchiveRequest::AsyncTransferSuccessfulUpdater * ArchiveRequest::asyncUpdateTran return oh.SerializeAsString(); } } - } else { // Repack case, the report policy is different (report all jobs). So we just the job's status. + } else { // Repack case, the report policy is different (report all jobs). So we just change the job's status. for (auto j: *payload.mutable_jobs()) { if (j.copynb() == copyNumber) { j.set_status(serializers::ArchiveJobStatus::AJS_ToReportToRepackForSuccess);