From 4f76e2f91d69dae46c42155d65b80e1d0f2bbdfc Mon Sep 17 00:00:00 2001 From: stefanct Date: Fri, 4 Jan 2013 22:54:07 +0000 Subject: Introduce msg_*warn. Also, unify all outputs of "Warning:" and "Error:" to use normal capitalization instead of mixing it with all capitals. Signed-off-by: Stefan Tauner Acked-by: Idwer Vollering git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1643 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- satasii.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'satasii.c') diff --git a/satasii.c b/satasii.c index 730c420..ec65bd0 100644 --- a/satasii.c +++ b/satasii.c @@ -98,7 +98,7 @@ int satasii_init(void) /* Check if ROM cycle are OK. */ if ((id != 0x0680) && (!(pci_mmio_readl(sii_bar) & (1 << 26)))) - msg_pinfo("Warning: Flash seems unconnected.\n"); + msg_pwarn("Warning: Flash seems unconnected.\n"); if (register_shutdown(satasii_shutdown, NULL)) return 1; -- cgit v1.2.1