From a800e9fdabffa850f28197ef3f7797398a2e0b8d Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 5 Aug 2020 18:59:46 +0200 Subject: ghwlib: minor change to verbose. --- src/grt/ghwlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/grt/ghwlib.c b/src/grt/ghwlib.c index 816a2b392..6115ff628 100644 --- a/src/grt/ghwlib.c +++ b/src/grt/ghwlib.c @@ -653,7 +653,7 @@ ghw_read_type (struct ghw_handler *h) t = fgetc (h->stream); if (t == EOF) return -1; - if (h->flag_verbose > 2) + if (h->flag_verbose > 1) printf ("type[%d]= %d\n", i, t); switch (t) { -- cgit v1.2.3