diff options
author | AmineChikhaoui <amine.chikhaoui91@gmail.com> | 2018-06-08T10·43+0100 |
---|---|---|
committer | AmineChikhaoui <amine.chikhaoui91@gmail.com> | 2018-06-08T10·43+0100 |
commit | 170165ee5adea35707cdb635f5116432ded916aa (patch) | |
tree | cfbc3f50f3aa1792b6ba85af54289ad4a2130212 /src/libstore | |
parent | a76498e46605578b72bddc0de8dfb57417837ac3 (diff) |
use debug instead of printTalkative to avoid spamming hydra queue
runner logs.
Diffstat (limited to 'src/libstore')
-rw-r--r-- | src/libstore/s3-binary-cache-store.cc | 2 |
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()); |