aboutsummaryrefslogtreecommitdiff
path: root/src/api/s3_put.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/s3_put.rs')
-rw-r--r--src/api/s3_put.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/s3_put.rs b/src/api/s3_put.rs
index 2c5e364f..17732ced 100644
--- a/src/api/s3_put.rs
+++ b/src/api/s3_put.rs
@@ -472,8 +472,8 @@ pub async fn handle_complete_multipart_upload(
};
// Check that the list of parts they gave us corresponds to the parts we have here
- println!("Expected parts from request: {:?}", body_list_of_parts);
- println!("Parts stored in version: {:?}", version.parts_etags.items());
+ debug!("Expected parts from request: {:?}", body_list_of_parts);
+ debug!("Parts stored in version: {:?}", version.parts_etags.items());
let parts = version
.parts_etags
.items()