summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-03-08 22:57:21 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-03-08 22:57:21 +0000
commit2faff5d5861c100e0075fca5bd6acef4e4867598 (patch)
tree8bae50b93fe1f615b11f6fed25710216b76ed11c
parenteb68633539c1e7efb6a1f9769de212802bdafec2 (diff)
downloadpuppet-2faff5d5861c100e0075fca5bd6acef4e4867598.tar.gz
puppet-2faff5d5861c100e0075fca5bd6acef4e4867598.tar.xz
puppet-2faff5d5861c100e0075fca5bd6acef4e4867598.zip
lowering the log output for nonexistent files
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@994 980ebf18-57e1-0310-9a29-db15c13687c0
-rwxr-xr-xlib/puppet/type/pfile/uid.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type/pfile/uid.rb b/lib/puppet/type/pfile/uid.rb
index d2f6566f4..a492b31f4 100755
--- a/lib/puppet/type/pfile/uid.rb
+++ b/lib/puppet/type/pfile/uid.rb
@@ -146,7 +146,7 @@ module Puppet
@parent.stat(true)
self.retrieve
if @is == :absent
- self.info "File does not exist; cannot set owner"
+ self.debug "File does not exist; cannot set owner"
return nil
end
if self.insync?