diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-03-01 10:25:17 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-03-01 10:25:17 +0100 |
| commit | f4891fd42ce2e36f0748465c596e7e8a9cc37965 (patch) | |
| tree | c67fe481ec3c5e074768e1b032b551d538ed5498 /src | |
| parent | 7a3643d82d605343c5003671f89b4128323922b2 (diff) | |
| download | nissy-classic-f4891fd42ce2e36f0748465c596e7e8a9cc37965.tar.gz nissy-classic-f4891fd42ce2e36f0748465c596e7e8a9cc37965.zip | |
Fix typos in warning message
Diffstat (limited to 'src')
| -rw-r--r-- | src/pruning.c | 6 |
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 | } |
