mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 10:10:24 -04:00
Remove duplicate bootverbose increment.
This commit is contained in:
parent
4c3bf245fe
commit
d1f5097233
1 changed files with 0 additions and 1 deletions
|
|
@ -161,7 +161,6 @@ cpu_startup(void *dummy)
|
|||
if (boothowto & RB_VERBOSE)
|
||||
bootverbose++;
|
||||
|
||||
bootverbose++;
|
||||
printf("real memory = %lu (%luK bytes)\n", ptoa(realmem),
|
||||
ptoa(realmem) / 1024);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue