fix formatting
This commit is contained in:
parent
e9a09f5447
commit
bdc1f23107
@ -121,7 +121,9 @@ class Identification {
|
|||||||
// Race condition: this can happen when more than one socket gets disconnected at
|
// Race condition: this can happen when more than one socket gets disconnected at
|
||||||
// once, since we `refresh()` for each one being added/removed. This results
|
// once, since we `refresh()` for each one being added/removed. This results
|
||||||
// in there possibly being one or more disconnected sockets remaining when we get here.
|
// in there possibly being one or more disconnected sockets remaining when we get here.
|
||||||
log.warn(`oidentd: socket has no remote or local port (id=${id}). See https://github.com/thelounge/thelounge/pull/4695.`);
|
log.warn(
|
||||||
|
`oidentd: socket has no remote or local port (id=${id}). See https://github.com/thelounge/thelounge/pull/4695.`
|
||||||
|
);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user