mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Update Server.cpp
This commit is contained in:
parent
85e59ae3ff
commit
99c360b6c7
@ -553,10 +553,10 @@ int Server::main(const std::vector<std::string> & args)
|
||||
{
|
||||
if (try_listen && e.code() == POCO_EPROTONOSUPPORT)
|
||||
LOG_ERROR(log, "Listen [" << listen_host << "]: " << e.what() << ": " << e.message()
|
||||
<< " If it is an IPv6 or IPv4 address and your host has disabled IPv6 or IPv4, then consider to "
|
||||
<< "specify not disabled IPv4 or IPv6 address to listen in <listen_host> element of configuration "
|
||||
<< "file. Example for disabled IPv6: <listen_host>0.0.0.0</listen_host> ."
|
||||
<< " Example for disabled IPv4: <listen_host>::</listen_host>");
|
||||
<< " If it is an IPv6 or IPv4 address and your host has disabled IPv6 or IPv4, then consider to "
|
||||
"specify not disabled IPv4 or IPv6 address to listen in <listen_host> element of configuration "
|
||||
"file. Example for disabled IPv6: <listen_host>0.0.0.0</listen_host> ."
|
||||
" Example for disabled IPv4: <listen_host>::</listen_host>");
|
||||
else
|
||||
throw;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user