Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| usr.sbin/ctld/uclparse.c | ||
|---|---|---|
| 74 | If this error is going to be fatal, then I suggest you increase the priority of the log message. | |
| usr.sbin/ctld/uclparse.c | ||
|---|---|---|
| 74 | The warn vs err is not a severity. log_warnx() is like warnx() in that it just warns, log_errx() is like errx() in that the process exits after logging the warning. In general we don't want to exit for any parse errors. | |