aboutsummaryrefslogtreecommitdiffstats
path: root/http_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'http_connection.h')
-rw-r--r--http_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/http_connection.h b/http_connection.h
index 7dc32e1..b90d5ed 100644
--- a/http_connection.h
+++ b/http_connection.h
@@ -75,7 +75,7 @@ namespace crow
res = handler_->handle(req);
CROW_LOG_INFO << "HTTP/" << parser_.http_major << "." << parser_.http_minor << ' '
- << method_name(req.method)
+ << method_name(req.method) << " " << req.url
<< " " << res.code << ' ' << close_connection_;
static std::string seperator = ": ";