diff --git a/rpmbuild/copr_rpmbuild/automation/fedora_review.py b/rpmbuild/copr_rpmbuild/automation/fedora_review.py index 08ee98fff..2802416d9 100644 --- a/rpmbuild/copr_rpmbuild/automation/fedora_review.py +++ b/rpmbuild/copr_rpmbuild/automation/fedora_review.py @@ -77,5 +77,5 @@ def _filter_results_directory(self): except FileNotFoundError: pass shutil.rmtree(srcdir) - print("Moving the results into `fedora-review' directory.") - print("Review template in: {}".format(os.path.join(dstdir, results[0]))) + self.log.info("Moving the results into `fedora-review' directory.") + self.log.info("Review template in: %s", os.path.join(dstdir, results[0]))