It's the message that warns the user that he needs more parity levels, and using log_fatal() ensures that it's more visible, because it's always printed to stderr, even when using the -l option.
Ciao,
Andrea
Last edit: Andrea Mazzoleni 2016-12-05
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is currently a log_fatal() in state.c, rather than log_error() ... perhaps it should be demoted to "error"?
Hi Reardon,
It's intentional.
It's the message that warns the user that he needs more parity levels, and using log_fatal() ensures that it's more visible, because it's always printed to stderr, even when using the -l option.
Ciao,
Andrea
Last edit: Andrea Mazzoleni 2016-12-05