From 2feb17c681ce2b63791430293c96288e9dfbb39a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 8 Mar 2016 13:08:07 +0100 Subject: [PATCH] Some more logging --- src/hydra-queue-runner/s3-binary-cache-store.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hydra-queue-runner/s3-binary-cache-store.cc b/src/hydra-queue-runner/s3-binary-cache-store.cc index 659448d4..ca19fe10 100644 --- a/src/hydra-queue-runner/s3-binary-cache-store.cc +++ b/src/hydra-queue-runner/s3-binary-cache-store.cc @@ -144,6 +144,8 @@ void S3BinaryCacheStore::upsertFile(const std::string & path, const std::string std::string S3BinaryCacheStore::getFile(const std::string & path) { + printMsg(lvlDebug, format("fetching ‘s3://%1%/%2%’...") % bucketName % path); + auto request = Aws::S3::Model::GetObjectRequest() .WithBucket(bucketName)