Put IPSec's anouncement of its successful intialisation under bootverbose:

now that it's a default kernel option, we don't really need to tell the
world about it on every boot, especially as it won't be used by most users.
This commit is contained in:
Robert Watson 2016-03-13 19:27:46 +00:00
parent 1270146286
commit bc84fc89be
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=296806

View File

@ -7640,7 +7640,8 @@ key_init(void)
/* initialize key statistics */
keystat.getspi_count = 1;
printf("IPsec: Initialized Security Association Processing.\n");
if (bootverbose)
printf("IPsec: Initialized Security Association Processing.\n");
}
#ifdef VIMAGE