summaryrefslogtreecommitdiffstats
path: root/lib/puppet/indirector
diff options
context:
space:
mode:
authorLuke Kanies <luke@puppetlabs.com>2010-05-20 17:30:42 -0700
committertest branch <puppet-dev@googlegroups.com>2010-02-17 06:50:53 -0800
commit94390de11d046d4906842f33aa9865f6c3835633 (patch)
treec7f9f655f13131107259779be45f4e490cee52fb /lib/puppet/indirector
parent3b7aac584f8c0fe34079a1b34d301c62ce068ece (diff)
downloadpuppet-94390de11d046d4906842f33aa9865f6c3835633.tar.gz
puppet-94390de11d046d4906842f33aa9865f6c3835633.tar.xz
puppet-94390de11d046d4906842f33aa9865f6c3835633.zip
foo
Signed-off-by: Luke Kanies <luke@puppetlabs.com>
Diffstat (limited to 'lib/puppet/indirector')
-rw-r--r--lib/puppet/indirector/file_bucket_file/file.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/indirector/file_bucket_file/file.rb b/lib/puppet/indirector/file_bucket_file/file.rb
index 9fe40f62d..93f6973e3 100644
--- a/lib/puppet/indirector/file_bucket_file/file.rb
+++ b/lib/puppet/indirector/file_bucket_file/file.rb
@@ -68,7 +68,7 @@ module Puppet::FileBucketFile
end
end
- Puppet.info "FileBucket adding #{bucket_file.path} (#{bucket_file.checksum_data})"
+ Puppet.info "FileBucket adding #{bucket_file.path} as #{bucket_file.checksum}"
# Write the file to disk.
Puppet::Util.withumask(0007) do