diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-03-12 01:53:34 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-03-12 01:53:34 +0000 |
commit | 1b11697157c712bdfcee9058e0e64faf934a4ecc (patch) | |
tree | 663c3894b7c61224af872beeab4ead059c846fa0 | |
parent | 454247f30af9e7ac5c55fe6e4a12ddea0295943b (diff) | |
download | puppet-1b11697157c712bdfcee9058e0e64faf934a4ecc.tar.gz puppet-1b11697157c712bdfcee9058e0e64faf934a4ecc.tar.xz puppet-1b11697157c712bdfcee9058e0e64faf934a4ecc.zip |
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
-rwxr-xr-x | lib/puppet/type/pfile/checksum.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |