summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/log.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* From a syslog perspective it does not make sense to log fatal andbluhm2017-03-211-6/+6
| | | | | | warn with the same severity. Switch log_warn() to LOG_ERR and keep fatal() at LOG_CRIT. OK reyk@ florian@
* Switch from old errwarn.c logging to shiny new log.[ch].krw2017-02-131-0/+199
ok benno@