libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit e16b5f4195e60678740ec6009d4612846262047a
parent 58afed0830ba86e0cdf530d20211cdc682c14ed0
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  4 Nov 2010 23:09:01 +0000

add argument to make plibc happy

Diffstat:
Msrc/daemon/daemon.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c @@ -1397,7 +1397,8 @@ parse_options_va (struct MHD_Daemon *daemon, { #if HAVE_MESSAGES FPRINTF (stderr, - "Specified thread pool size too big\n"); + "Specified thread pool size (%u) too big\n", + daemon->worker_pool_size); #endif return MHD_NO; }