diff options
-rw-r--r-- | lib/puppet/fact.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/fact.rb b/lib/puppet/fact.rb index 16c505af4..0a90d4e50 100644 --- a/lib/puppet/fact.rb +++ b/lib/puppet/fact.rb @@ -19,7 +19,7 @@ module Puppet if fact.value.nil? raise "Could not retrieve fact %s" % name end - debug("fact: got %s from %s for %s" % [fact.value,fact,name]) + Puppet.debug("fact: got %s from %s for %s" % [fact.value,fact,name]) return fact.value end |