index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Simon Gomizelj <simongmzlj@gmail.com> | 2013-03-26 13:39:29 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-03-31 11:08:54 +1000 |
commit | afc77a808db7927866afab4951b80a8e09846d8a (patch) | |
tree | b5cd5633c7bd06cd0f5000f9185b57ce359ad2ba /src | |
parent | c85d155f3a789ce149ecfca5f9ef205e329bb675 (diff) |
-rw-r--r-- | src/pacman/util.c | 1 |
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); |