Skip to content

Commit f26524f

Browse files
committed
add some log messages
1 parent 665660a commit f26524f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

daemon/HttpServer.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ HttpServer::HttpServer(int port, boost::asio::io_service &svc, std::string liste
3131
{
3232
try
3333
{
34+
LogWarning << "HttpServer bind socket: " << port << ", " << listen_addr << ", " << listenOverflowBacklog;
3435
sInfo_.port = port_;
3536
tcp::resolver resolver(svc);
3637
acceptor_.open(tcp::v4());

0 commit comments

Comments
 (0)