diff options
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r-- | src/microhttpd/daemon.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c index 5ce5a457..710ba55b 100644 --- a/src/microhttpd/daemon.c +++ b/src/microhttpd/daemon.c | |||
@@ -3219,10 +3219,10 @@ MHD_add_connection (struct MHD_Daemon *daemon, | |||
3219 | (0 == (daemon->options & MHD_USE_ITC))) | 3219 | (0 == (daemon->options & MHD_USE_ITC))) |
3220 | { | 3220 | { |
3221 | MHD_DLOG (daemon, | 3221 | MHD_DLOG (daemon, |
3222 | _ ("MHD_add_connection() has called for daemon started without" | 3222 | _ ("MHD_add_connection() has been called for daemon started" |
3223 | " MHD_USE_ITC flag.\nDaemon will not process newly added" | 3223 | " without MHD_USE_ITC flag.\nDaemon will not process newly" |
3224 | " connection until any activity occurs in already added" | 3224 | " added connection until any activity occurs in already" |
3225 | " sockets.\n")); | 3225 | " added sockets.\n")); |
3226 | } | 3226 | } |
3227 | #endif /* HAVE_MESSAGES */ | 3227 | #endif /* HAVE_MESSAGES */ |
3228 | 3228 | ||