gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 01/02: test_postprocessor: improved error reporting


From: gnunet
Subject: [libmicrohttpd] 01/02: test_postprocessor: improved error reporting
Date: Wed, 15 Sep 2021 18:47:33 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit e3ed5e0d17864bff9088092f81701a70fda13162
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Sep 15 19:10:42 2021 +0300

    test_postprocessor: improved error reporting
---
 src/microhttpd/test_postprocessor.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/microhttpd/test_postprocessor.c 
b/src/microhttpd/test_postprocessor.c
index 36e5638c..9f89e7fd 100644
--- a/src/microhttpd/test_postprocessor.c
+++ b/src/microhttpd/test_postprocessor.c
@@ -143,11 +143,12 @@ value_checker (void *cls,
 
 #if MHD_DEBUG_PP
   fprintf (stderr,
-           "VC: `%s' `%s' `%s' `%s' `%.*s' (%d)\n",
+           "VC: `%s' `%s' `%s' `%s' (+%u)`%.*s' (%d)\n",
            key ? key : "(NULL)",
            filename ? filename : "(NULL)",
            content_type ? content_type : "(NULL)",
            transfer_encoding ? transfer_encoding : "(NULL)",
+           (unsigned int) off,
            (int) (data ? size : 6),
            data ? data : "(NULL)",
            (int) size);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]