Fixes FS#25099.

Signed-off-by: Allan McRae <[email protected]>
---
 src/pacman/callback.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/pacman/callback.c b/src/pacman/callback.c
index 873e3fc..5ee4e5a 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);
        }
 }
 
-- 
1.7.6


Reply via email to