Skip to content

Commit

Permalink
Replace println! with tracing::debug! to honor --no-log flag.
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Santana <[email protected]>
  • Loading branch information
arsh committed Dec 5, 2023
1 parent 90f85a3 commit a67aa17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mountpoint-s3/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ fn main() -> anyhow::Result<()> {
let status = receiver.recv_timeout(timeout);
match status {
Ok('0') => {
println!(
tracing::debug!(
"{} is mounted at {}",
args.bucket_description(),
args.mount_point.display()
Expand Down

0 comments on commit a67aa17

Please sign in to comment.