*Fix log information
This commit is contained in:
parent
b5a9a3b00d
commit
84c00acdcf
|
@ -75,7 +75,7 @@ export async function start() {
|
||||||
|
|
||||||
await new Promise((resolve) => {
|
await new Promise((resolve) => {
|
||||||
httpsServer.listen(relayPort, "0.0.0.0", function () {
|
httpsServer.listen(relayPort, "0.0.0.0", function () {
|
||||||
const address = httpServer.address() as AddressInfo;
|
const address = httpsServer.address() as AddressInfo;
|
||||||
log.info(
|
log.info(
|
||||||
"DHT Relay Server started on ",
|
"DHT Relay Server started on ",
|
||||||
`${address.address}:${address.port}`
|
`${address.address}:${address.port}`
|
||||||
|
|
Loading…
Reference in New Issue