summaryrefslogtreecommitdiff
path: root/pr/tests/cleanup.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/cleanup.c')
-rw-r--r--pr/tests/cleanup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pr/tests/cleanup.c b/pr/tests/cleanup.c
index 4079aae1..d5803a52 100644
--- a/pr/tests/cleanup.c
+++ b/pr/tests/cleanup.c
@@ -81,8 +81,8 @@ int main(int argc, char **argv)
PR_fprintf(err, "\tConcurrency: %d\n", concurrency);
PR_fprintf(err, "\tNumber of threads: %d\n", threads);
PR_fprintf(err, "\tThread sleep: %d\n", child_sleep);
- PR_fprintf(err, "\tMain sleep: %d\n", main_sleep);
- PR_fprintf(err, "\tCleanup will %sbe called\n\n", (cleanup) ? "" : "NOT ");
+ PR_fprintf(err, "\tMain sleep: %d\n", main_sleep);
+ PR_fprintf(err, "\tCleanup will %sbe called\n\n", (cleanup) ? "" : "NOT ");
PR_SetConcurrency(concurrency);