Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 62358 Build 59242: arc lint + arc unit
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. |