aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r--src/microhttpd/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index f256cb8f..3b9b0ceb 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -3290,7 +3290,7 @@ MHD_connection_epoll_update_ (struct MHD_Connection *connection)
3290 &event)) 3290 &event))
3291 { 3291 {
3292#ifdef HAVE_MESSAGES 3292#ifdef HAVE_MESSAGES
3293 if (0 != (daemon->options & MHD_USE_DEBUG)) 3293 if (0 != (daemon->options & MHD_USE_ERROR_LOG))
3294 MHD_DLOG (daemon, 3294 MHD_DLOG (daemon,
3295 _("Call to epoll_ctl failed: %s\n"), 3295 _("Call to epoll_ctl failed: %s\n"),
3296 MHD_socket_last_strerr_ ()); 3296 MHD_socket_last_strerr_ ());