fixup log

This commit is contained in:
Graham Christensen 2018-02-23 21:52:17 -05:00
parent aa562cf943
commit e1cb289d80
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -69,7 +69,7 @@ impl worker::SimpleWorker for EvaluationFilterWorker {
};
if !interesting {
info!("Not interesting: {}#{} to be interesting because of {:?}",
info!("Not interesting: {}#{} because of {:?}",
job.repository.full_name, job.number, job.action
);