summaryrefslogtreecommitdiff
path: root/zuul/model.py
diff options
context:
space:
mode:
Diffstat (limited to 'zuul/model.py')
-rw-r--r--zuul/model.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/zuul/model.py b/zuul/model.py
index 1a7b1b79c..cfc45d78f 100644
--- a/zuul/model.py
+++ b/zuul/model.py
@@ -4924,7 +4924,7 @@ class QueueItem(zkobject.ZKObject):
if data:
job.setArtifactData(data)
except RequirementsError as e:
- self.warning(str(e))
+ self.log.info(str(e))
fakebuild = Build.new(self.pipeline.manager.current_context,
job=job, build_set=self.current_build_set,
error_detail=str(e), result='FAILURE')