summaryrefslogtreecommitdiff
path: root/doc/yat2m.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/yat2m.c')
-rw-r--r--doc/yat2m.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/yat2m.c b/doc/yat2m.c
index 10e03ec..8c05ad8 100644
--- a/doc/yat2m.c
+++ b/doc/yat2m.c
@@ -1323,7 +1323,8 @@ finish_page (void)
}
else if (opt_store)
{
- inf ("writing '%s'", thepage.name );
+ if (verbose)
+ inf ("writing '%s'", thepage.name );
fp = fopen ( thepage.name, "w" );
if (!fp)
die ("failed to create '%s': %s\n", thepage.name, strerror (errno));