aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_httpd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_httpd.cpp')
-rw-r--r--src/modules/m_httpd.cpp2
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();
}