Skip to content

Commit

Permalink
Fix FMT
Browse files Browse the repository at this point in the history
Signed-off-by: Smyslov Alexander Nikolayevich <asmyslov@com-master.ru>
  • Loading branch information
alexander-smyslov committed Aug 19, 2024
1 parent f8893ee commit 6cd3fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core-dump-agent/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,8 @@ async fn process_file(zip_path: &Path, bucket: &Bucket) {
}
};
info!(
"S3 Returned: status_code: {} uploaded_bytes: {}",
code.status_code(),
"S3 Returned: status_code: {} uploaded_bytes: {}",
code.status_code(),
code.uploaded_bytes()
);
}
Expand Down

0 comments on commit 6cd3fb4

Please sign in to comment.