Skip to content

Commit

Permalink
fix: log message
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Jun 25, 2024
1 parent b7bcd96 commit 9b3b75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/servers/udp/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ impl Udp {
) {
let halt_task = tokio::task::spawn(shutdown_signal_with_message(
rx_halt,
format!("Halting Http Service Bound to Socket: {bind_to}"),
format!("Halting UDP Service Bound to Socket: {bind_to}"),
));

let socket = tokio::time::timeout(Duration::from_millis(5000), Socket::new(bind_to))
Expand Down

0 comments on commit 9b3b75b

Please sign in to comment.