mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Oops, forgot newline.
This commit is contained in:
parent
0f038c05ea
commit
fef527ee73
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue