summaryrefslogtreecommitdiff
path: root/lib/chef/compliance/runner.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/compliance/runner.rb')
-rw-r--r--lib/chef/compliance/runner.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/compliance/runner.rb b/lib/chef/compliance/runner.rb
index 14e776a6b7..b71f200941 100644
--- a/lib/chef/compliance/runner.rb
+++ b/lib/chef/compliance/runner.rb
@@ -180,7 +180,7 @@ class Chef
logger.info "Running profiles from: #{profiles.inspect}"
runner.run
runner.report.tap do |r|
- logger.debug "Compliance Report #{r}"
+ logger.debug "Compliance Phase report #{r}"
end
rescue Inspec::FetcherFailure => e
failed_report("Cannot fetch all profiles: #{profiles}. Please make sure you're authenticated and the server is reachable. #{e.message}")