diff options
| author | Tristan Gingold <tgingold@free.fr> | 2020-08-05 18:59:46 +0200 |
|---|---|---|
| committer | Tristan Gingold <tgingold@free.fr> | 2020-08-05 18:59:46 +0200 |
| commit | a800e9fdabffa850f28197ef3f7797398a2e0b8d (patch) | |
| tree | b25caad25f7d631347866498035f6997affbcf0e | |
| parent | 90184a346889e3d9392fba6f71829b0a8893d70c (diff) | |
| download | ghdl-a800e9fdabffa850f28197ef3f7797398a2e0b8d.tar.gz ghdl-a800e9fdabffa850f28197ef3f7797398a2e0b8d.tar.bz2 ghdl-a800e9fdabffa850f28197ef3f7797398a2e0b8d.zip | |
ghwlib: minor change to verbose.
| -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) { |
