diff options
| author | 2023-06-25 15:43:39 +0100 | |
|---|---|---|
| committer | 2023-06-25 16:38:45 +0100 | |
| commit | 5cb25d9bb91c1ce3d833f39a580f38711aae817e (patch) | |
| tree | 50633e9a59292061d24d7f8d55773922e55ea33c /src/modules/m_httpd.cpp | |
| parent | Remove obsolete gitattributes file. (diff) | |
Update vendored fmtlib.
Diffstat (limited to 'src/modules/m_httpd.cpp')
| -rw-r--r-- | src/modules/m_httpd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_httpd.cpp b/src/modules/m_httpd.cpp index 248b93a5c..a220d8296 100644 --- a/src/modules/m_httpd.cpp +++ b/src/modules/m_httpd.cpp @@ -245,7 +245,7 @@ public: void OnError(BufferedSocketError err) override { ServerInstance->Logs.Debug(MODNAME, "HTTP socket {} encountered an error: {} - {}", - GetFd(), err, GetError()); + GetFd(), (int)err, GetError()); Close(); } |
