Skip to content

Commit

Permalink
Add debugging information to yarn error messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed Apr 4, 2019
1 parent 1e847e6 commit ce0b222
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 119 deletions.
2 changes: 1 addition & 1 deletion pigz.c
Expand Up @@ -4280,7 +4280,7 @@ local int option(char *arg) {
#ifndef NOTHREAD
// handle error received from yarn function
local void cut_yarn(int err) {
throw(err, err == ENOMEM ? "not enough memory" : "internal threads error");
throw(err, "internal threads error");
}
#endif

Expand Down

0 comments on commit ce0b222

Please sign in to comment.