Fixed merge conflict introduced by 32eae456fd

This commit is contained in:
Evgeny Grin (Karlson2k)
2023-11-08 20:32:53 +03:00
parent 32eae456fd
commit ede33803c6
+2 -2
View File
@@ -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;
}