summaryrefslogtreecommitdiff
path: root/src/pacman/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/log.c')
-rw-r--r--src/pacman/log.c2
1 files changed, 1 insertions, 1 deletions
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;