diff options
author | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2016-11-01 12:04:34 +0300 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2016-11-01 12:04:34 +0300 |
commit | 7a0929e352f4320add587e7e6e14c109e8b388ee (patch) | |
tree | d4f5c61a7a871f7461d0beaad4801f31c051fa28 | |
parent | 70f3f88b24c206dab45a9b9afbdcb444db9c9e1a (diff) |
test_upgrade: fixed report descriptions
-rw-r--r-- | src/microhttpd/test_upgrade.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/test_upgrade.c b/src/microhttpd/test_upgrade.c index 965ecc00..4cf52e4b 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); |