aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/servers/httpparser.cpp
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2025-01-17 09:37:15 +0100
committerDan Engelbrecht <[email protected]>2025-01-17 09:37:15 +0100
commit60b8fd33b6708c0640a5df9e8bfc0d9ac1a2a1d7 (patch)
tree86f1ba78b539d5906471c1eb014c260099354e57 /src/zenhttp/servers/httpparser.cpp
parentclang format (diff)
parentadd missing statsd.enabled and gc.projectstore.duration.seconds (#275) (diff)
downloadzen-60b8fd33b6708c0640a5df9e8bfc0d9ac1a2a1d7.tar.xz
zen-60b8fd33b6708c0640a5df9e8bfc0d9ac1a2a1d7.zip
Merge remote-tracking branch 'origin/main' into de/zen-service-command
Diffstat (limited to 'src/zenhttp/servers/httpparser.cpp')
-rw-r--r--src/zenhttp/servers/httpparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenhttp/servers/httpparser.cpp b/src/zenhttp/servers/httpparser.cpp
index 6829faa4a..9bb354a5e 100644
--- a/src/zenhttp/servers/httpparser.cpp
+++ b/src/zenhttp/servers/httpparser.cpp
@@ -389,7 +389,7 @@ HttpRequestParser::OnMessageComplete()
}
else
{
- ZEN_ERROR("failed processing http request: '{}'", SystemError.what());
+ ZEN_ERROR("failed processing http request: '{}' ({})", SystemError.what(), SystemError.code().value());
}
ResetState();
return 1;