Skip to content

Commit ddfae2b

Browse files
authored
worker thread → thread
1 parent 3163f02 commit ddfae2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ int run_strobealign(int argc, char **argv) {
323323
if (map_param.output_format == OutputFormat::Abundance) {
324324
logger.info() << "in abundance estimation mode ";
325325
}
326-
logger.info() << "using " << opt.n_threads << " worker thread" << (opt.n_threads != 1 ? "s" : "") << std::endl;
326+
logger.info() << "using " << opt.n_threads << " thread" << (opt.n_threads != 1 ? "s" : "") << std::endl;
327327

328328
OutputBuffer output_buffer(out);
329329
std::vector<std::thread> workers;

0 commit comments

Comments
 (0)