about summary refs log tree commit diff
path: root/src/libstore/s3-binary-cache-store.cc
diff options
context:
space:
mode:
authorAmineChikhaoui <amine.chikhaoui91@gmail.com>2018-06-08T10·43+0100
committerAmineChikhaoui <amine.chikhaoui91@gmail.com>2018-06-08T10·43+0100
commit170165ee5adea35707cdb635f5116432ded916aa (patch)
treecfbc3f50f3aa1792b6ba85af54289ad4a2130212 /src/libstore/s3-binary-cache-store.cc
parenta76498e46605578b72bddc0de8dfb57417837ac3 (diff)
use debug instead of printTalkative to avoid spamming hydra queue
runner logs.
Diffstat (limited to 'src/libstore/s3-binary-cache-store.cc')
-rw-r--r--src/libstore/s3-binary-cache-store.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/s3-binary-cache-store.cc b/src/libstore/s3-binary-cache-store.cc
index 239739bae832..26144ccb40cc 100644
--- a/src/libstore/s3-binary-cache-store.cc
+++ b/src/libstore/s3-binary-cache-store.cc
@@ -299,7 +299,7 @@ struct S3BinaryCacheStoreImpl : public S3BinaryCacheStore
                     &transferHandle) {
               //FIXME: find a way to properly abort the multipart upload.
               checkInterrupt();
-              printTalkative("upload progress ('%s'): '%d' of '%d' bytes",
+              debug("upload progress ('%s'): '%d' of '%d' bytes",
                              path,
                              transferHandle->GetBytesTransferred(),
                              transferHandle->GetBytesTotalSize());