mirror of
https://github.com/NixOS/nix.git
synced 2025-12-01 14:41:00 +01:00
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:
commit
74144ae845
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ struct S3BinaryCacheStoreImpl : public S3BinaryCacheStore
|
||||||
&transferHandle) {
|
&transferHandle) {
|
||||||
//FIXME: find a way to properly abort the multipart upload.
|
//FIXME: find a way to properly abort the multipart upload.
|
||||||
checkInterrupt();
|
checkInterrupt();
|
||||||
printTalkative("upload progress ('%s'): '%d' of '%d' bytes",
|
debug("upload progress ('%s'): '%d' of '%d' bytes",
|
||||||
path,
|
path,
|
||||||
transferHandle->GetBytesTransferred(),
|
transferHandle->GetBytesTransferred(),
|
||||||
transferHandle->GetBytesTotalSize());
|
transferHandle->GetBytesTotalSize());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue