Please review pull request #375: Overzealous warnings when querying services on Debian and Ubuntu opened by (carlasouza)
Description:
The message was downgraded to debug level
- Opened: Sat Jan 21 21:47:56 UTC 2012
- Based on: puppetlabs:master (71ef29ddcfe1317f12aaf4ba41792f2b00375929)
- Requested merge: carlasouza:master (ea115a0ee0dbd5ff64dde0a9de16cd5139cdf6a3)
Diff follows:
diff --git a/lib/puppet/type.rb b/lib/puppet/type.rb
index 3cb32c4..5225045 100644
--- a/lib/puppet/type.rb
+++ b/lib/puppet/type.rb
@@ -875,7 +875,7 @@ def self.instances
# We always want to use the "first" provider instance we find, unless the resource
# is already managed and has a different provider set
if other = provider_instances[instance.name]
- Puppet.warning "%s %s found in both %s and %s; skipping the %s version" %
+ Puppet.debug "%s %s found in both %s and %s; skipping the %s version" %
[self.name.to_s.capitalize, instance.name, other.class.name, instance.class.name, instance.class.name]
next
end
-- You received this message because you are subscribed to the Google Groups "Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
