Deleted Added
full compact
41c41
< __FBSDID("$FreeBSD: head/sys/kern/subr_log.c 116182 2003-06-11 00:56:59Z obrien $");
---
> __FBSDID("$FreeBSD: head/sys/kern/subr_log.c 116634 2003-06-20 22:18:38Z bmilekic $");
103a104,107
> if (log_wakeups_per_second < 1) {
> printf("syslog wakeup is less than one. Adjusting to 1.\n");
> log_wakeups_per_second = 1;
> }
185a190,193
> if (log_wakeups_per_second < 1) {
> printf("syslog wakeup is less than one. Adjusting to 1.\n");
> log_wakeups_per_second = 1;
> }