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 d5abb11..e1a9306 100644
--- a/include/crow/http_server.h
+++ b/include/crow/http_server.h
@@ -141,7 +141,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*/){