Skip to content

Commit

Permalink
Rename service from libp2p to quic for PortInUse message for QUIC port
Browse files Browse the repository at this point in the history
  • Loading branch information
Tumas committed Jun 14, 2024
1 parent 17cd6de commit 9824c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grandine/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ fn ensure_ports_not_in_use(
if !network_config.disable_quic_support {
UdpSocket::bind((addr, quic_port)).context(Error::PortInUse {
port: quic_port,
service: "libp2p",
service: "quic",
option: "--quic-port",
})?;
}
Expand Down

0 comments on commit 9824c25

Please sign in to comment.