Print non-errors to stdout
This commit is contained in:
@@ -268,8 +268,10 @@ int main(int argc, char **argv)
|
||||
}
|
||||
}
|
||||
|
||||
if (log_errfile == NULL)
|
||||
log_files.push_back(stderr);
|
||||
if (log_errfile == NULL) {
|
||||
log_files.push_back(stdout);
|
||||
log_error_stderr = true;
|
||||
}
|
||||
|
||||
if (print_banner) {
|
||||
log("\n");
|
||||
|
||||
Reference in New Issue
Block a user