Skip to content

Commit

Permalink
Merge pull request #2729 from OSInside/chkstat_status_is_debug
Browse files Browse the repository at this point in the history
Classify missing chkstat as debug message
  • Loading branch information
schaefi authored Jan 31, 2025
2 parents 30356e2 + a9fe90a commit 08b3605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiwi/system/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def setup_permissions(self) -> None:
['chroot', self.root_dir, 'chkstat', '--system', '--set']
)
else:
log.warning(
log.debug(
'chkstat not found in image. File Permissions Check skipped'
)

Expand Down

0 comments on commit 08b3605

Please sign in to comment.