Skip to content

Commit 9b3b75b

Browse files
committed
fix: log message
1 parent b7bcd96 commit 9b3b75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/servers/udp/server.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ impl Udp {
331331
) {
332332
let halt_task = tokio::task::spawn(shutdown_signal_with_message(
333333
rx_halt,
334-
format!("Halting Http Service Bound to Socket: {bind_to}"),
334+
format!("Halting UDP Service Bound to Socket: {bind_to}"),
335335
));
336336

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

0 commit comments

Comments
 (0)