Skip to content

Commit

Permalink
rpmbuild: change some fedora-review print statements to log.info
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX committed Aug 6, 2023
1 parent 1801c45 commit 90d3181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpmbuild/copr_rpmbuild/automation/fedora_review.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]))

0 comments on commit 90d3181

Please sign in to comment.