mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02: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)
|
if (try_listen && e.code() == POCO_EPROTONOSUPPORT)
|
||||||
LOG_ERROR(log, "Listen [" << listen_host << "]: " << e.what() << ": " << e.message()
|
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 "
|
<< " 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 "
|
"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> ."
|
"file. Example for disabled IPv6: <listen_host>0.0.0.0</listen_host> ."
|
||||||
<< " Example for disabled IPv4: <listen_host>::</listen_host>");
|
" Example for disabled IPv4: <listen_host>::</listen_host>");
|
||||||
else
|
else
|
||||||
throw;
|
throw;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user