Restored rev.1.2, which was clobbered by rev.1.4 (don't print "Making

info file ..." except in verbose mode).
This commit is contained in:
bde 1999-03-02 13:04:00 +00:00
parent f5ed1fb551
commit f0304d9f03

View File

@ -2147,7 +2147,7 @@ convert_from_loaded_file (name)
output_stream = fopen (real_output_filename, "w");
}
if (output_stream != stdout)
if (verbose_mode && output_stream != stdout)
printf (_("Making %s file `%s' from `%s'.\n"),
no_headers ? "text" : "info", output_filename, input_filename);