Skip to content

Commit

Permalink
Print number of worker threads when display level is >= 2
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellerozenblit committed Dec 11, 2024
1 parent b0fbd4d commit 0f8dbac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions programs/zstdcli.c
Original file line number Diff line number Diff line change
Expand Up @@ -1311,6 +1311,7 @@ int main(int argCount, const char* argv[])
DISPLAYLEVEL(3, "Note: %d physical core(s) detected \n", nbWorkers);
}
}
DISPLAYLEVEL(2, "Compressing with %u worker threads \n", nbWorkers);
#else
(void)singleThread; (void)nbWorkers; (void)defaultLogicalCores;
#endif
Expand Down

0 comments on commit 0f8dbac

Please sign in to comment.