Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Trace the completion of the check value combination when debugging.
  • Loading branch information
madler committed Apr 12, 2019
1 parent 9741c33 commit 4dcde08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pigz.c
Expand Up @@ -1962,6 +1962,7 @@ local void write_thread(void *dummy) {
wait_for(job->calc, TO_BE, 1);
release(job->calc);
check = COMB(check, job->check, len);
Trace(("-- combined #%ld%s", seq, more ? "" : " (last)"));

// free the job
free_lock(job->calc);
Expand Down

0 comments on commit 4dcde08

Please sign in to comment.