Merge pull request #2215 from AmineChikhaoui/s3-multipart-debug

use debug instead of printTalkative to avoid spamming hydra queue-runner
This commit is contained in:
Eelco Dolstra 2018-06-08 13:02:25 +02:00 committed by GitHub
commit 74144ae845
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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());