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