From fef527ee73cbf4e5cde322a4d4c2f647ac92133b Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Thu, 9 Mar 2006 09:44:10 +0000 Subject: [PATCH] Oops, forgot newline. --- sys/kern/kern_tc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }