+ * If outputting to a tty / or , append newline. pg_log_v() will put the + * individual progress items onto the next line. + */ + if (log_opts.isatty || log_opts.verbose)
I guess the comment should say "or in verbose mode". -- Justin
+ * If outputting to a tty / or , append newline. pg_log_v() will put the + * individual progress items onto the next line. + */ + if (log_opts.isatty || log_opts.verbose)
I guess the comment should say "or in verbose mode". -- Justin