From 1b11697157c712bdfcee9058e0e64faf934a4ecc Mon Sep 17 00:00:00 2001 From: luke Date: Sun, 12 Mar 2006 01:53:34 +0000 Subject: reducing the log level for checksum warning about symlinks, really this time git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1011 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/type/pfile/checksum.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/puppet/type/pfile/checksum.rb b/lib/puppet/type/pfile/checksum.rb index 2998ef6dc..d25f28c52 100755 --- a/lib/puppet/type/pfile/checksum.rb +++ b/lib/puppet/type/pfile/checksum.rb @@ -163,7 +163,7 @@ module Puppet end if stat.ftype == "link" and @parent[:links] != :follow - self.info "Not checksumming symlink" + self.debug "Not checksumming symlink" self.is = self.should return end -- cgit