From f4891fd42ce2e36f0748465c596e7e8a9cc37965 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 1 Mar 2025 10:25:17 +0100 Subject: Fix typos in warning message --- src/pruning.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/pruning.c b/src/pruning.c index fcb27e5..e4f6c1a 100644 --- a/src/pruning.c +++ b/src/pruning.c @@ -157,9 +157,9 @@ genptable(PruneData *pd, int nthreads) fprintf(stderr, "--- Warning ---\n" "You are using only %d threads to generate the pruning" - "tables. This can take a while." - "Unless you did this intentionally, you should re-run" - "this command with `-t 4' or more.\n" + " tables. This can take a while." + " Unless you did this intentionally, you should re-run" + " this command with `-t 4' or more.\n" "---------------\n\n", nthreads ); } -- cgit v1.3