From 5a0565cf24513029ff4a3b944c8af14014c81dae Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Sun, 1 Jan 2006 10:06:28 +0000 Subject: *** empty log message *** --- src/pacman/pacman.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/pacman/pacman.c') diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index 3264a719..016296cb 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -90,9 +90,8 @@ int main(int argc, char *argv[]) ERR(NL, "could not allocate memory for pacman config data.\n"); return(1); } - config->op = PM_OP_MAIN; - config->debug |= PM_LOG_WARNING; - config->verbose = 1; + config->op = PM_OP_MAIN; + config->debug |= PM_LOG_WARNING | PM_LOG_ERROR; /* parse the command line */ ret = parseargs(argc, argv); -- cgit v1.2.3