diff options
Diffstat (limited to 'src/microhttpd/test_upgrade.c')
-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); |