From fb12c29274e8eeccafbf91d0bac10c0624fbc6d5 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Sat, 21 Jan 2012 20:49:28 +0100 Subject: (#9160) Change logging facility to debug for not supported provider features --- test/ral/manager/attributes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/ral/manager/attributes.rb b/test/ral/manager/attributes.rb index 8b0b8df95..c3e449e9e 100755 --- a/test/ral/manager/attributes.rb +++ b/test/ral/manager/attributes.rb @@ -227,7 +227,7 @@ class TestTypeAttributes < Test::Unit::TestCase no.each do |a| assert_nil(resource.should(a), "Got value for unsupported %s in %s" % [a, prov.name]) if Puppet::Util::Log.sendlevel?(:info) - assert(@logs.find { |l| l.message =~ /not managing attribute #{a}/ and l.level == :info }, "No warning about failed %s" % a) + assert(@logs.find { |l| l.message =~ /not managing attribute #{a}/ and l.level == :debug }, "No warning about failed %s" % a) end end -- cgit v1.2.3