diff options
Diffstat (limited to 'src/grt')
-rw-r--r-- | src/grt/ghwlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |