summaryrefslogtreecommitdiff
path: root/spec/unit/client_spec.rb
diff options
context:
space:
mode:
authordanielsdeleo <dan@chef.io>2017-04-10 13:01:14 -0700
committerdanielsdeleo <dan@chef.io>2017-04-10 13:01:14 -0700
commit08fbff8cac3af16abc3d5fc344603218792dc370 (patch)
treeeb8f22dcf25a60226774d9455803bf568d57bfe8 /spec/unit/client_spec.rb
parentc6b4ed4b4726dfc9375b5acb0a06286f2f21262e (diff)
downloadchef-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.rb2
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