Skip to content

Commit

Permalink
Improve logging
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Černý <jcerny@redhat.com>
  • Loading branch information
matejak and jan-cerny authored Jun 16, 2021
1 parent bd4d62e commit 4ae7ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org_fedora_oscap/gui/spokes/oscap.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def update_progress_label(msg):
try:
if actually_fetched_content:
self.content_bringer.use_downloaded_content(content)
log.info(f"{self._addon_data.preinst_content_path}, {self._addon_data.preinst_tailoring_path}")
log.info(f"Opening SCAP content at {self._addon_data.preinst_content_path} with tailoring {self._addon_data.preinst_tailoring_path}")
self._content_handler = scap_content_handler.SCAPContentHandler(
self._addon_data.preinst_content_path,
self._addon_data.preinst_tailoring_path)
Expand Down

0 comments on commit 4ae7ab0

Please sign in to comment.