From 8c9fc677c1bb40dae576849f7d35c10553ea549f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 18 Feb 2016 16:43:24 +0100 Subject: [PATCH] Typo --- src/hydra-queue-runner/s3-binary-cache-store.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());