summaryrefslogtreecommitdiff
path: root/lib/chef/application.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-02-09 14:48:16 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2015-02-09 14:48:16 -0800
commit6c45ef91d4e5bea527da8bb87451069c9c21599f (patch)
treee49c910d8816bc442d02c910c8682535eb7f71c8 /lib/chef/application.rb
parent11140c2cbd6f675c1bc0c3f5697f23d6404886ba (diff)
downloadchef-6c45ef91d4e5bea527da8bb87451069c9c21599f.tar.gz
patch chef_gem to use Chef::Log.deprecationlcg/chef-gem-config-option
Diffstat (limited to 'lib/chef/application.rb')
-rw-r--r--lib/chef/application.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/application.rb b/lib/chef/application.rb
index 00992fdec1..6c85f951f6 100644
--- a/lib/chef/application.rb
+++ b/lib/chef/application.rb
@@ -375,7 +375,7 @@ class Chef
def emit_warnings
if Chef::Config[:chef_gem_compile_time]
- Chef::Log.warn "setting chef_gem_compile_time to true is deprecated"
+ Chef::Log.deprecation "setting chef_gem_compile_time to true is deprecated"
end
end