From 9ca2f86fe0807c7abf8e967130734be76a25f52d Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 19 Jan 2023 14:04:37 -0700 Subject: [PATCH] [hb-info] Minor verbose print --- util/hb-info.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/hb-info.cc b/util/hb-info.cc index 109a2a893..de51f9968 100644 --- a/util/hb-info.cc +++ b/util/hb-info.cc @@ -378,7 +378,7 @@ struct info_t (double) axis.max_value, name); } - if (has_hidden) + if (verbose && has_hidden) printf ("\n[*] Hidden axis\n\n"); free (axes);