added better logging

This commit is contained in:
BPplays
2024-12-31 22:34:41 -08:00
parent d956e0ebdc
commit 092d11bbe6

View File

@ -987,6 +987,8 @@ async function startServer() {
console.log('IPv4 support detected');
}
}
} else {
console.log("Neither protocol: ipv6, nor ipv4 are set to auto, skipping detection")
}