提交 85e59ae3 编写于 作者: A alexey-milovidov

Update Server.cpp

上级 90bbdaff
......@@ -467,9 +467,9 @@ int Server::main(const std::vector<std::string> & args)
{
LOG_ERROR(log,
"Cannot resolve listen_host (" << host << "), error: " << e.message() << ". "
<< "If it is an IPv6 address and your host has disabled IPv6, then consider to "
<< "specify IPv4 address to listen in <listen_host> element of configuration "
<< "file. Example: <listen_host>0.0.0.0</listen_host>");
"If it is an IPv6 address and your host has disabled IPv6, then consider to "
"specify IPv4 address to listen in <listen_host> element of configuration "
"file. Example: <listen_host>0.0.0.0</listen_host>");
}
throw;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册