diff options
| author | Stefan Boberg <[email protected]> | 2022-06-16 16:03:27 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2022-06-16 16:03:27 +0200 |
| commit | 5947167e3b6bed0abe2dd0c2172bcd706868f057 (patch) | |
| tree | 45c7155ba765bb2c8741201c1052cd75680f688a /zenhttp/httpasio.cpp | |
| parent | Merge branch 'main' of https://github.com/EpicGames/zen (diff) | |
| download | zen-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.cpp | 2 |
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; } |