[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] branch master updated: connection.c: log message typo fi
From: |
gnunet |
Subject: |
[libmicrohttpd] branch master updated: connection.c: log message typo fixed |
Date: |
Tue, 08 Jun 2021 09:02:55 +0200 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to branch master
in repository libmicrohttpd.
The following commit(s) were added to refs/heads/master by this push:
new 9166f476 connection.c: log message typo fixed
9166f476 is described below
commit 9166f4760d4f5ccd18c3df5aabc9fa578584357b
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue Jun 8 10:00:01 2021 +0300
connection.c: log message typo fixed
---
src/microhttpd/connection.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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,
#ifdef HAVE_MESSAGES
MHD_DLOG (daemon,
_ ("Refused wrong status code (%u). " \
- "HTTP required three digits status code!\n"),
+ "HTTP requires three digits status code!\n"),
(status_code & (~MHD_ICY_FLAG)));
#endif
return MHD_NO;
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libmicrohttpd] branch master updated: connection.c: log message typo fixed,
gnunet <=