Skip to content

Commit

Permalink
fixup! Replace println
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeHahn committed Jul 7, 2023
1 parent 7a330fd commit ddcd74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blackhole/sqs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use rand::{distributions::Alphanumeric, thread_rng, Rng};
use serde::Deserialize;
use tokio::time::Duration;
use tower::ServiceBuilder;
use tracing::{debug, error, info, warn};
use tracing::{debug, error, info};

use crate::signals::Shutdown;

Expand Down

0 comments on commit ddcd74b

Please sign in to comment.