aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-08-05 18:59:46 +0200
committerTristan Gingold <tgingold@free.fr>2020-08-05 18:59:46 +0200
commita800e9fdabffa850f28197ef3f7797398a2e0b8d (patch)
treeb25caad25f7d631347866498035f6997affbcf0e /src
parent90184a346889e3d9392fba6f71829b0a8893d70c (diff)
downloadghdl-a800e9fdabffa850f28197ef3f7797398a2e0b8d.tar.gz
ghdl-a800e9fdabffa850f28197ef3f7797398a2e0b8d.tar.bz2
ghdl-a800e9fdabffa850f28197ef3f7797398a2e0b8d.zip
ghwlib: minor change to verbose.
Diffstat (limited to 'src')
-rw-r--r--src/grt/ghwlib.c2
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)
{