aboutsummaryrefslogtreecommitdiff
path: root/src/daemon
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-04 23:09:01 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-04 23:09:01 +0000
commite16b5f4195e60678740ec6009d4612846262047a (patch)
tree6acd2c29799eff30fda4a93d84234a0978e7f8a4 /src/daemon
parent58afed0830ba86e0cdf530d20211cdc682c14ed0 (diff)
downloadlibmicrohttpd-e16b5f4195e60678740ec6009d4612846262047a.tar.gz
libmicrohttpd-e16b5f4195e60678740ec6009d4612846262047a.zip
add argument to make plibc happy
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/daemon.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c
index 4aef6875..f16491c7 100644
--- a/src/daemon/daemon.c
+++ b/src/daemon/daemon.c
@@ -1397,7 +1397,8 @@ parse_options_va (struct MHD_Daemon *daemon,
1397 { 1397 {
1398#if HAVE_MESSAGES 1398#if HAVE_MESSAGES
1399 FPRINTF (stderr, 1399 FPRINTF (stderr,
1400 "Specified thread pool size too big\n"); 1400 "Specified thread pool size (%u) too big\n",
1401 daemon->worker_pool_size);
1401#endif 1402#endif
1402 return MHD_NO; 1403 return MHD_NO;
1403 } 1404 }