diff --git a/src/libstore/s3-binary-cache-store.cc b/src/libstore/s3-binary-cache-store.cc
index 239739bae8329d3dfbcefa867da4c7fb28dbb2b4..26144ccb40cc02d834e4c48ad90345eb476bb27a 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());