CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/03/21 06:06:56
Modified files:
sbin/dhclient : log.c
sbin/iked : log.c
usr.sbin/bgpd : log.c
usr.sbin/dhcpd : log.c
usr.sbin/dhcrelay: log.c
usr.sbin/dvmrpd: log.c
usr.sbin/eigrpd: log.c
usr.sbin/httpd : log.c
usr.sbin/ifstated: log.c
usr.sbin/iscsid: log.c
usr.sbin/ldapd : log.c
usr.sbin/ldpd : log.c
usr.sbin/npppd/npppd: log.c
usr.sbin/ntpd : log.c
usr.sbin/ospf6d: log.c
usr.sbin/ospfd : log.c
usr.sbin/relayd: log.c
usr.sbin/ripd : log.c
usr.sbin/route6d: log.c
usr.sbin/rtadvd: log.c
usr.sbin/smtpd : log.c
usr.sbin/snmpd : log.c
usr.sbin/switchd: log.c
usr.sbin/vmd : log.c
usr.sbin/ypldap: log.c
Log message:
>From a syslog perspective it does not make sense to log fatal and
warn with the same severity. Switch log_warn() to LOG_ERR and keep
fatal() at LOG_CRIT.
OK reyk@ florian@