Skip to content

Commit aa80711

Browse files
committed
[wsserver] fix launch quic port log
1 parent 64e6714 commit aa80711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extended/src/main/java/io/vproxy/vproxyx/WebSocksProxyServer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ public static void main0(String[] args) throws Exception {
469469
Logger.alert("redirect server started on " + redirectPort);
470470
}
471471
if (useQuic) {
472-
Logger.alert("quic server started on " + port);
472+
Logger.alert("quic server started on " + quicPort);
473473
}
474474
if (useKcp) {
475475
Logger.alert("kcp server started on " + port);

0 commit comments

Comments
 (0)