aboutsummaryrefslogtreecommitdiffstats
path: root/include/crow/http_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crow/http_server.h')
-rw-r--r--include/crow/http_server.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/crow/http_server.h b/include/crow/http_server.h
index 7e4da56..787fdb8 100644
--- a/include/crow/http_server.h
+++ b/include/crow/http_server.h
@@ -148,7 +148,8 @@ namespace crow
});
}
- CROW_LOG_INFO << server_name_ << " server is running, local port " << port_;
+ CROW_LOG_INFO << server_name_ << " server is running on port " << port_
+ << " using " << concurrency_ << " threads";
signals_.async_wait(
[&](const boost::system::error_code& /*error*/, int /*signal_number*/){