mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
Merge pull request #193 from vadz/show-concurrency
Show the number of threads used in the startup message
This commit is contained in:
commit
4786dac0a8
@ -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*/){
|
||||
|
Loading…
Reference in New Issue
Block a user