From 7ff3ad054bc203e46912c526f52de0b727263e09 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Sun, 1 Jan 2006 15:12:20 +0000 Subject: - reworked verbose levels - fixed the handling of command line errors when no operation is specified --- src/pacman/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pacman/log.c') diff --git a/src/pacman/log.c b/src/pacman/log.c index 52801c7b..5654c5a8 100644 --- a/src/pacman/log.c +++ b/src/pacman/log.c @@ -103,7 +103,7 @@ void vprint(char *fmt, ...) { va_list args; - if(config->verbose > 1) { + if(config->verbose > 0) { if(neednl == 1) { fprintf(stdout, "\n"); neednl = 0; -- cgit v1.2.3