aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/pruning.c6
1 files changed, 3 insertions, 3 deletions
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)
157 fprintf(stderr, 157 fprintf(stderr,
158 "--- Warning ---\n" 158 "--- Warning ---\n"
159 "You are using only %d threads to generate the pruning" 159 "You are using only %d threads to generate the pruning"
160 "tables. This can take a while." 160 " tables. This can take a while."
161 "Unless you did this intentionally, you should re-run" 161 " Unless you did this intentionally, you should re-run"
162 "this command with `-t 4' or more.\n" 162 " this command with `-t 4' or more.\n"
163 "---------------\n\n", nthreads 163 "---------------\n\n", nthreads
164 ); 164 );
165 } 165 }

Generated with cgit - Back to sebastiano.tronto.net