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) | |
download | libmicrohttpd-7a0929e352f4320add587e7e6e14c109e8b388ee.tar.gz libmicrohttpd-7a0929e352f4320add587e7e6e14c109e8b388ee.zip |
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, | |||
157 | 2); | 157 | 2); |
158 | error_count += res; | 158 | error_count += res; |
159 | if (res) | 159 | if (res) |
160 | fprintf (stderr, "FAILED: Upgrade with internal select, return code %d.\n", res); | 160 | fprintf (stderr, "FAILED: Upgrade with internal select with thread pool, return code %d.\n", res); |
161 | else if (verbose) | 161 | else if (verbose) |
162 | printf ("PASSED: Upgrade with internal select.\n"); | 162 | printf ("PASSED: Upgrade with internal select with thread pool.\n"); |
163 | #ifdef HAVE_POLL | 163 | #ifdef HAVE_POLL |
164 | res = test_upgrade (MHD_USE_POLL_INTERNALLY, | 164 | res = test_upgrade (MHD_USE_POLL_INTERNALLY, |
165 | 0); | 165 | 0); |