about summary refs log tree commit diff
diff options
context:
space:
mode:
-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());