summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pacman/callback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/callback.c b/src/pacman/callback.c
index 873e3fc9..5ee4e5af 100644
--- a/src/pacman/callback.c
+++ b/src/pacman/callback.c
@@ -690,7 +690,7 @@ void cb_log(alpm_loglevel_t level, const char *fmt, va_list args)
output = alpm_list_add(output, string);
}
} else {
- pm_vfprintf(stdout, level, fmt, args);
+ pm_vfprintf(stderr, level, fmt, args);
}
}