From a382d33d45d5e6c2a8ccca8fc946555f6123416f Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sat, 10 Feb 2007 09:34:59 +0000 Subject: Cleaned up some more output * Questions no longer start with "error:" * downloaded size is output as a float now --- 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 e33001b3..9b2e9bc3 100644 --- a/src/pacman/log.c +++ b/src/pacman/log.c @@ -175,7 +175,7 @@ int yesno(char *fmt, ...) va_end(args); /* Use stderr so questions are always displayed when redirecting output */ - ERR(NL, str); + pm_fprintf(stderr, NL, str); \ if(fgets(response, 32, stdin)) { /* trim whitespace and newlines */ -- cgit v1.2.3