diff options
Diffstat (limited to 'lib/chef/util/selinux.rb')
-rw-r--r-- | lib/chef/util/selinux.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/util/selinux.rb b/lib/chef/util/selinux.rb index 8b4c38754c..0d973b0376 100644 --- a/lib/chef/util/selinux.rb +++ b/lib/chef/util/selinux.rb @@ -51,7 +51,7 @@ class Chef restorecon_flags = [ "-R" ] restorecon_flags << "-r" if recursive restorecon_flags << file_path - Chef::Log.debug("Restoring selinux security content with #{restorecon_path}") + Chef::Log.trace("Restoring selinux security content with #{restorecon_path}") shell_out_compact!(restorecon_path, restorecon_flags) else Chef::Log.warn "Can not find 'restorecon' on the system. Skipping selinux security context restore." |