aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpasio.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2022-06-16 16:03:27 +0200
committerStefan Boberg <[email protected]>2022-06-16 16:03:27 +0200
commit5947167e3b6bed0abe2dd0c2172bcd706868f057 (patch)
tree45c7155ba765bb2c8741201c1052cd75680f688a /zenhttp/httpasio.cpp
parentMerge branch 'main' of https://github.com/EpicGames/zen (diff)
downloadzen-5947167e3b6bed0abe2dd0c2172bcd706868f057.tar.xz
zen-5947167e3b6bed0abe2dd0c2172bcd706868f057.zip
fixed merge mistake which caused a build error
Diffstat (limited to 'zenhttp/httpasio.cpp')
-rw-r--r--zenhttp/httpasio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenhttp/httpasio.cpp b/zenhttp/httpasio.cpp
index 5c89b10f1..bc3ee754d 100644
--- a/zenhttp/httpasio.cpp
+++ b/zenhttp/httpasio.cpp
@@ -854,7 +854,7 @@ HttpRequest::OnHeadersComplete()
break;
default:
- ZEN_WARN("invalid HTTP method: '{}'", http_method_str(m_Parser.method))
+ ZEN_WARN("invalid HTTP method: '{}'", http_method_str((http_method)m_Parser.method));
break;
}