index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/pacman/util.c | 2 |
diff --git a/src/pacman/util.c b/src/pacman/util.c index 27b18601..d142cb75 100644 --- a/src/pacman/util.c +++ b/src/pacman/util.c @@ -517,7 +517,7 @@ static alpm_list_t *table_create_format(const alpm_list_t *header, /* return NULL if terminal is not wide enough */ if(totalwidth > getcols(80)) { - fprintf(stderr, _("insufficient columns available for table display\n")); + pm_fprintf(stderr, PM_LOG_WARNING, _("insufficient columns available for table display\n")); FREELIST(formats); return NULL; } |