From 1b86a92b6cb66ca9a1968e57afd8e6d76c417523 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Mon, 4 Jun 2018 15:24:10 +1000 Subject: Quieten console output on boot We print out a whole bunch of things on boot, most of which aren't interesting, so we should *not* print them instead. Printing things like what CPUs we found and what PCI devices we found *are* useful, so continue to do that. But we don't need to splat out a bunch of things that are always going to be true. Signed-off-by: Stewart Smith --- hdata/spira.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hdata') diff --git a/hdata/spira.c b/hdata/spira.c index b3894672..d459df7c 100644 --- a/hdata/spira.c +++ b/hdata/spira.c @@ -1631,7 +1631,7 @@ static void fixup_spira(void) if (!HDIF_check(&spiras->hdr, SPIRAS_HDIF_SIG)) return; - prlog(PR_NOTICE, "SPIRA-S found.\n"); + prlog(PR_DEBUG, "SPIRA-S found.\n"); spira.ntuples.sp_subsys = spiras->ntuples.sp_subsys; spira.ntuples.ipl_parms = spiras->ntuples.ipl_parms; -- cgit v1.2.1