From afc77a808db7927866afab4951b80a8e09846d8a Mon Sep 17 00:00:00 2001 From: Simon Gomizelj Date: Tue, 26 Mar 2013 13:39:29 -0400 Subject: pm_asprintf logs 'failed to allocate' already Signed-off-by: Simon Gomizelj Signed-off-by: Allan McRae --- src/pacman/util.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pacman/util.c b/src/pacman/util.c index ef666380..862c8e8b 100644 --- a/src/pacman/util.c +++ b/src/pacman/util.c @@ -749,7 +749,6 @@ void signature_display(const char *title, alpm_siglist_t *siglist, ret = pm_asprintf(&sigline, _("%s, %s from \"%s\""), status, validity, name); if(ret == -1) { - pm_printf(ALPM_LOG_ERROR, _("failed to allocate string\n")); continue; } indentprint(sigline, len, maxcols); -- cgit v1.2.3-24-g4f1b