summaryrefslogtreecommitdiff
path: root/src/microhttpd/test_upgrade.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/test_upgrade.c')
-rw-r--r--src/microhttpd/test_upgrade.c4
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);