From 6abf077d7096e2f48bf1316e37ee6651c78b536e Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Tue, 30 Oct 2007 15:15:19 +0200 Subject: [PATCH] No callback, no repackaging info - tough... --- lib/psm.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/psm.c b/lib/psm.c index c811de8..78e61e7 100644 --- a/lib/psm.c +++ b/lib/psm.c @@ -1776,13 +1776,6 @@ assert(psm->mi == NULL); errno = saveerrno; } - if (psm->goal == PSM_PKGSAVE) { - if (!rc && ts && ts->notify == NULL) { - rpmlog(RPMLOG_INFO, _("Wrote: %s\n"), - (psm->pkgURL ? psm->pkgURL : "???")); - } - } - if (rc) { if (psm->failedFile) rpmlog(RPMERR_CPIO, -- 2.7.4