diff --git a/src/hydra-queue-runner/s3-binary-cache-store.cc b/src/hydra-queue-runner/s3-binary-cache-store.cc index c00cf9a9..0fa33b25 100644 --- a/src/hydra-queue-runner/s3-binary-cache-store.cc +++ b/src/hydra-queue-runner/s3-binary-cache-store.cc @@ -122,7 +122,7 @@ std::string S3BinaryCacheStore::getFile(const std::string & path) auto res = dynamic_cast(result.GetBody()).str(); - printMsg(lvlError, format("downloaded ‘s3://%1%/%2%’ (%3%) in %4% ms") + printMsg(lvlError, format("downloaded ‘s3://%1%/%2%’ (%3% bytes) in %4% ms") % bucketName % path % res.size() % std::chrono::duration_cast(now2 - now1).count());