summaryrefslogtreecommitdiffstats
path: root/src/orchestrator/orchestrator.rs
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-02-15 16:22:02 +0100
committerMatthias Beyer <matthias.beyer@atos.net>2021-02-15 16:22:02 +0100
commit599886a979e5c820868e2dd72f0fabf17ca592d8 (patch)
tree15c69bb8cdd15ba19ae092d458788e3cfdba3dd3 /src/orchestrator/orchestrator.rs
parent74d49fd1921f44f1e42c3ecf442cbf720dcd98af (diff)
Debug-Print how many replacement artifacts were found
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
Diffstat (limited to 'src/orchestrator/orchestrator.rs')
-rw-r--r--src/orchestrator/orchestrator.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/orchestrator/orchestrator.rs b/src/orchestrator/orchestrator.rs
index a9b1e19..bb41181 100644
--- a/src/orchestrator/orchestrator.rs
+++ b/src/orchestrator/orchestrator.rs
@@ -532,6 +532,7 @@ impl<'a> JobTask<'a> {
true
)?;
+ debug!("[{}]: Found {} replacement artifacts", self.jobdef.job.uuid(), replacement_artifacts.len());
trace!("[{}]: Found replacement artifacts: {:?}", self.jobdef.job.uuid(), replacement_artifacts);
let merged_stores = self.merged_stores;
let mut artifacts = replacement_artifacts