diff options
author | danielsdeleo <dan@chef.io> | 2017-04-10 13:01:14 -0700 |
---|---|---|
committer | danielsdeleo <dan@chef.io> | 2017-04-10 13:01:14 -0700 |
commit | 08fbff8cac3af16abc3d5fc344603218792dc370 (patch) | |
tree | eb8f22dcf25a60226774d9455803bf568d57bfe8 /spec/unit/client_spec.rb | |
parent | c6b4ed4b4726dfc9375b5acb0a06286f2f21262e (diff) | |
download | chef-08fbff8cac3af16abc3d5fc344603218792dc370.tar.gz |
Clarify log messaging for required recipe feature
The previous log message didn't have enough context and could sound
"scary" to users unfamiliar with the feature.
Signed-off-by: Daniel DeLeo <dan@chef.io>
Diffstat (limited to 'spec/unit/client_spec.rb')
-rw-r--r-- | spec/unit/client_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/client_spec.rb b/spec/unit/client_spec.rb index 064876a82f..d348c24385 100644 --- a/spec/unit/client_spec.rb +++ b/spec/unit/client_spec.rb @@ -437,7 +437,7 @@ EOM end it "should log and continue on" do - expect(Chef::Log).to receive(:info) + expect(Chef::Log).to receive(:debug) client.load_required_recipe(rest, run_context) end end |