libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 7a0929e352f4320add587e7e6e14c109e8b388ee
parent 70f3f88b24c206dab45a9b9afbdcb444db9c9e1a
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Tue,  1 Nov 2016 12:04:34 +0300

test_upgrade: fixed report descriptions

Diffstat:
Msrc/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 @@ -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);