aboutsummaryrefslogtreecommitdiffstats
path: root/include/crow/http_server.h
diff options
context:
space:
mode:
authoryorickdewid <yorick17@outlook.com>2016-10-03 15:32:16 +0200
committeryorickdewid <yorick17@outlook.com>2016-10-03 15:32:16 +0200
commite40605da59e368be524dee0e9e9d41ef05149473 (patch)
tree92fdf510d4ec6656759dc09e51e7ff8bb65ca692 /include/crow/http_server.h
parentf4f6b024038a6b777507c1d6b848ae5bab2c7422 (diff)
downloadcrow-e40605da59e368be524dee0e9e9d41ef05149473.tar.gz
crow-e40605da59e368be524dee0e9e9d41ef05149473.zip
HTTP response redirect
- Log address
Diffstat (limited to 'include/crow/http_server.h')
-rw-r--r--include/crow/http_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crow/http_server.h b/include/crow/http_server.h
index d5abb11..ab2631b 100644
--- a/include/crow/http_server.h
+++ b/include/crow/http_server.h
@@ -141,7 +141,7 @@ namespace crow
});
}
- CROW_LOG_INFO << server_name_ << " server is running, local port " << port_;
+ CROW_LOG_INFO << server_name_ << " server is running at " << bindaddr_ <<":" << port_;
signals_.async_wait(
[&](const boost::system::error_code& /*error*/, int /*signal_number*/){