From ede33803c6952a42d65cef9e351bc30ea2cea91d Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Wed, 8 Nov 2023 20:32:53 +0300 Subject: [PATCH] Fixed merge conflict introduced by 32eae456fddba5b48d08f44dda956a0ea1ffffea --- src/microhttpd/daemon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c index d8151bea..9fc7ac0b 100644 --- a/src/microhttpd/daemon.c +++ b/src/microhttpd/daemon.c @@ -4627,8 +4627,8 @@ MHD_run_from_select2 (struct MHD_Daemon *daemon, MHD_DLOG (daemon, _ ("%s() called with fd_setsize (%u) " \ "less than fixed FD_SETSIZE value (%d) used on the " \ - "platform.\n", "MHD_run_from_select2"), - fd_setsize, (int) FD_SETSIZE); + "platform.\n"), + "MHD_run_from_select2", fd_setsize, (int) FD_SETSIZE); #endif /* HAVE_MESSAGES */ return MHD_NO; }