From 51e97d754f84c37242f9a7442d7041cdc9f8f076 Mon Sep 17 00:00:00 2001 From: Sean Nelson Date: Thu, 7 Jan 2010 20:09:33 +0000 Subject: Converting fprintf(stderr), printf, and printf_debug into a common print interface for flashrom It also changes so -VV will spit out highly verbose messages for debugging. This is a minimal patch to lessen impact a later patch will convert current printf messages to the new interface. Corresponding to flashrom svn r835. Signed-off-by: Sean Nelson Acked-by: Carl-Daniel Hailfinger --- cli_classic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli_classic.c') diff --git a/cli_classic.c b/cli_classic.c index df17486..d3e7a15 100644 --- a/cli_classic.c +++ b/cli_classic.c @@ -205,7 +205,7 @@ int cli_classic(int argc, char *argv[]) chip_to_probe = strdup(optarg); break; case 'V': - verbose = 1; + verbose++; break; case 'E': if (++operation_specified > 1) { -- cgit v1.1