Skip to content

Commit 5efdbd3

Browse files
committed
reformat
1 parent 58e518f commit 5efdbd3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

bottomless/src/replicator.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,11 @@ impl Replicator {
446446
.await;
447447
Self::record_s3_write_time(&db_name, start_time.elapsed());
448448
if let Err(e) = response {
449-
tracing::error!("Failed to send {} to S3: {}, will retry after 1 second", fpath, e);
449+
tracing::error!(
450+
"Failed to send {} to S3: {}, will retry after 1 second",
451+
fpath,
452+
e
453+
);
450454
tokio::time::sleep(Duration::from_millis(1000)).await;
451455
} else {
452456
break;

0 commit comments

Comments
 (0)