gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] GNU libmicrohttpd branch master updated. 7a


From: gitolite
Subject: [GNUnet-SVN] [libmicrohttpd] GNU libmicrohttpd branch master updated. 7a0929e352f4320add587e7e6e14c109e8b388ee
Date: Tue, 1 Nov 2016 10:07:28 +0100 (CET)

The branch, master has been updated
       via  7a0929e352f4320add587e7e6e14c109e8b388ee (commit)
      from  70f3f88b24c206dab45a9b9afbdcb444db9c9e1a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7a0929e352f4320add587e7e6e14c109e8b388ee
Author: Evgeny Grin (Karlson2k) <address@hidden>
Date:   Tue Nov 1 12:04:34 2016 +0300

    test_upgrade: fixed report descriptions

-----------------------------------------------------------------------

Summary of changes:
 src/microhttpd/test_upgrade.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/test_upgrade.c b/src/microhttpd/test_upgrade.c
index 965ecc0..4cf52e4 100644
--- a/src/microhttpd/test_upgrade.c
+++ b/src/microhttpd/test_upgrade.c
@@ -157,9 +157,9 @@ main (int argc,
                       2);
   error_count += res;
   if (res)
-    fprintf (stderr, "FAILED: Upgrade with internal select, return code 
%d.\n", res);
+    fprintf (stderr, "FAILED: Upgrade with internal select with thread pool, 
return code %d.\n", res);
   else if (verbose)
-    printf ("PASSED: Upgrade with internal select.\n");
+    printf ("PASSED: Upgrade with internal select with thread pool.\n");
 #ifdef HAVE_POLL
   res = test_upgrade (MHD_USE_POLL_INTERNALLY,
                       0);


hooks/post-receive
-- 
GNU libmicrohttpd



reply via email to

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