main: --silence-errors should be opt-in only.

feature/tap-sh
William Pitcock 2012-07-23 21:07:19 -05:00
parent 5f168493c5
commit da7e3de991
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -483,7 +483,7 @@ main(int argc, char *argv[])
pkg_queue_t *pkgq_head = NULL;
char *builddir;
int want_errors_on_stdout = 0;
int want_silence_errors = 1;
int want_silence_errors = 0;
struct pkg_option options[] = {
{ "version", no_argument, &want_version, 1, },