mirror of
https://github.com/matrix-construct/construct
synced 2024-11-20 17:01:55 +01:00
ircd::net::acceptor: Rename logger to net.listen.
This commit is contained in:
parent
cb979d96e7
commit
b3526298a9
1 changed files with 1 additions and 1 deletions
|
@ -1092,7 +1092,7 @@ namespace ircd::net
|
||||||
decltype(ircd::net::acceptor::log)
|
decltype(ircd::net::acceptor::log)
|
||||||
ircd::net::acceptor::log
|
ircd::net::acceptor::log
|
||||||
{
|
{
|
||||||
"listener"
|
"net.listen"
|
||||||
};
|
};
|
||||||
|
|
||||||
decltype(ircd::net::acceptor::timeout)
|
decltype(ircd::net::acceptor::timeout)
|
||||||
|
|
Loading…
Reference in a new issue