summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
diff options
context:
space:
mode:
authorJesse Wolfe <jes5199@gmail.com>2011-03-24 16:17:38 -0700
committerJesse Wolfe <jes5199@gmail.com>2011-03-24 16:17:38 -0700
commit0f3e537a127ff0a55e25e0eea4b7513529867df3 (patch)
tree050535ebac19e2aac0a4bcf81767ffc4f17473cf /lib/puppet/parser
parent99201ff662e8d2b5e16815843df22cbcad3e2ec2 (diff)
parent196294a73e32f5f1cd511a8c23006d23839c7e57 (diff)
downloadpuppet-0f3e537a127ff0a55e25e0eea4b7513529867df3.tar.gz
puppet-0f3e537a127ff0a55e25e0eea4b7513529867df3.tar.xz
puppet-0f3e537a127ff0a55e25e0eea4b7513529867df3.zip
Merge branch 'feature/2.6.next/4576' of https://github.com/bodepd/puppet into 2.6.next
Diffstat (limited to 'lib/puppet/parser')
-rw-r--r--lib/puppet/parser/compiler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/parser/compiler.rb b/lib/puppet/parser/compiler.rb
index fdabd05c9..6e8e3d26b 100644
--- a/lib/puppet/parser/compiler.rb
+++ b/lib/puppet/parser/compiler.rb
@@ -162,7 +162,7 @@ class Puppet::Parser::Compiler
resource.evaluate unless lazy_evaluate
found << name
else
- Puppet.info "Could not find class #{name} for #{node.name}"
+ Puppet.warning "Could not find class #{name} for #{node.name}"
@catalog.tag(name)
end
end