CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/05 13:34:49
Modified files:
usr.sbin/syslogd: syslogd.c
Log message:
Replace logerror() functions with generic log_warn() from log.c.
Make messages a bit more consistent. Note that the new function
supports format strings. Replace some log_debug() with log_warn().
OK millert@
