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 --- hw/slw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/slw.c') diff --git a/hw/slw.c b/hw/slw.c index 49bcd83..0612290 100644 --- a/hw/slw.c +++ b/hw/slw.c @@ -1012,7 +1012,7 @@ void add_cpu_idle_state_properties(void) } } - prlog(PR_NOTICE, "SLW: Enabling: %s\n", states[i].name); + prlog(PR_INFO, "SLW: Enabling: %s\n", states[i].name); /* * If a state is supported add each of its property -- cgit v1.1