aboutsummaryrefslogtreecommitdiffstats
path: root/http_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'http_server.h')
-rw-r--r--http_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/http_server.h b/http_server.h
index 7d76c84..3ca88f2 100644
--- a/http_server.h
+++ b/http_server.h
@@ -35,7 +35,7 @@ namespace crow
std::async(std::launch::async, [this]{io_service_.run();})
);
- CROW_LOG_INFO << "Server is running, local port " << port_;
+ CROW_LOG_INFO << server_name_ << " server is running, local port " << port_;
signals_.async_wait(
[&](const boost::system::error_code& error, int signal_number){