aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-06-08 10:00:01 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-06-08 10:00:01 +0300
commit9166f4760d4f5ccd18c3df5aabc9fa578584357b (patch)
tree615141bdda5dc775d24b96ed08efe9850eb95f4b
parente8e4d70c4ae517bd95c78d9481261b0110ce241f (diff)
downloadlibmicrohttpd-9166f4760d4f5ccd18c3df5aabc9fa578584357b.tar.gz
libmicrohttpd-9166f4760d4f5ccd18c3df5aabc9fa578584357b.zip
connection.c: log message typo fixed
-rw-r--r--src/microhttpd/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index cf22f41b..7410949c 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -4243,7 +4243,7 @@ MHD_queue_response (struct MHD_Connection *connection,
4243#ifdef HAVE_MESSAGES 4243#ifdef HAVE_MESSAGES
4244 MHD_DLOG (daemon, 4244 MHD_DLOG (daemon,
4245 _ ("Refused wrong status code (%u). " \ 4245 _ ("Refused wrong status code (%u). " \
4246 "HTTP required three digits status code!\n"), 4246 "HTTP requires three digits status code!\n"),
4247 (status_code & (~MHD_ICY_FLAG))); 4247 (status_code & (~MHD_ICY_FLAG)));
4248#endif 4248#endif
4249 return MHD_NO; 4249 return MHD_NO;