diff --git a/sys/kern/kern_tc.c b/sys/kern/kern_tc.c index 9bb101de7f7..d0ba34a7758 100644 --- a/sys/kern/kern_tc.c +++ b/sys/kern/kern_tc.c @@ -883,7 +883,7 @@ cpu_tick_calibrate(int reset) c_delta /= divi; if (c_delta > cpu_tick_frequency) { if (bootverbose) - printf("cpu_tick increased to %ju Hz", + printf("cpu_tick increased to %ju Hz\n", c_delta); cpu_tick_frequency = c_delta; }