use debug instead of printTalkative to avoid spamming hydra queue

runner logs.
This commit is contained in:
AmineChikhaoui
2018-06-08 11:43:32 +01:00
parent a76498e466
commit 170165ee5a
+1 -1
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());