We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 665660a commit f26524fCopy full SHA for f26524f
daemon/HttpServer.cpp
@@ -31,6 +31,7 @@ HttpServer::HttpServer(int port, boost::asio::io_service &svc, std::string liste
31
{
32
try
33
34
+ LogWarning << "HttpServer bind socket: " << port << ", " << listen_addr << ", " << listenOverflowBacklog;
35
sInfo_.port = port_;
36
tcp::resolver resolver(svc);
37
acceptor_.open(tcp::v4());
0 commit comments