Link to PR in log.warn

This commit is contained in:
Max Leiter 2023-02-13 20:51:27 -08:00 committed by GitHub
parent 26b7fbf2c0
commit 4cff2ccabe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,7 +123,7 @@ class Identification {
// in there possibly being one or more disconnected sockets remaining when we get here.
//
// Simply skip this socket and do not crash the server.
log.warn("oidentd: socket has no remote or local port?");
log.warn("oidentd: socket has no remote or local port. See https://github.com/thelounge/thelounge/pull/4695.");
return;
}