summaryrefslogtreecommitdiff
path: root/lib/chef/client.rb
diff options
context:
space:
mode:
authorJulian C. Dunn <jdunn@aquezada.com>2015-03-11 20:43:26 -0400
committerJulian C. Dunn <jdunn@aquezada.com>2015-03-11 20:43:26 -0400
commit1a168a79f5aecc405409ca2a9e293a3a2db5dccb (patch)
treee2815b9dd4c9c12fd8a030f1caaf4a4398e36bbb /lib/chef/client.rb
parent47fe4a9dfeb177dbcd2fc1ed8f487f3375dd0dbb (diff)
downloadchef-1a168a79f5aecc405409ca2a9e293a3a2db5dccb.tar.gz
Fix more incorrect terminology
Diffstat (limited to 'lib/chef/client.rb')
-rw-r--r--lib/chef/client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/client.rb b/lib/chef/client.rb
index 3b4f8d4683..7fd7bd9e3f 100644
--- a/lib/chef/client.rb
+++ b/lib/chef/client.rb
@@ -450,7 +450,7 @@ class Chef
if Chef::Config[:why_run] == true
# why_run should probably be renamed to why_converge
- Chef::Log.debug("Not running audits in 'why_run' mode - this mode is used to see potential converge changes")
+ Chef::Log.debug("Not running controls in 'why_run' mode - this mode is used to see potential converge changes")
elsif Chef::Config[:audit_mode] != :disabled
audit_error = run_audits(run_context)
end