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 --- internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal.c') diff --git a/internal.c b/internal.c index 8dd844d..1c89fd0 100644 --- a/internal.c +++ b/internal.c @@ -257,7 +257,7 @@ int internal_init(void) #if defined(__i386__) || defined(__x86_64__) if ((cb_parse_table(&cb_vendor, &cb_model) == 0) && (board_vendor != NULL) && (board_model != NULL)) { if (strcasecmp(board_vendor, cb_vendor) || strcasecmp(board_model, cb_model)) { - msg_pinfo("WARNING: The mainboard IDs set by -p internal:mainboard (%s:%s) do not\n" + msg_pwarn("Warning: The mainboard IDs set by -p internal:mainboard (%s:%s) do not\n" " match the current coreboot IDs of the mainboard (%s:%s).\n", board_vendor, board_model, cb_vendor, cb_model); if (!force_boardmismatch) -- cgit v1.2.1