aboutsummaryrefslogtreecommitdiffstats
path: root/genhdlist2
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-06-22 12:14:34 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-06-22 12:14:34 +0000
commit0393e00b1d4f8ce714e74823021df65526dd8957 (patch)
tree1a025dc3197c7e741a9e034a43c0d38b634552e7 /genhdlist2
parent4b14faef38f235611fd3fc98aaa99c379e2b9192 (diff)
downloadrpmtools-0393e00b1d4f8ce714e74823021df65526dd8957.tar
rpmtools-0393e00b1d4f8ce714e74823021df65526dd8957.tar.gz
rpmtools-0393e00b1d4f8ce714e74823021df65526dd8957.tar.bz2
rpmtools-0393e00b1d4f8ce714e74823021df65526dd8957.tar.xz
rpmtools-0393e00b1d4f8ce714e74823021df65526dd8957.zip
nicer log message
Diffstat (limited to 'genhdlist2')
-rw-r--r--genhdlist22
1 files changed, 1 insertions, 1 deletions
diff --git a/genhdlist2 b/genhdlist2
index a8684ad..b792ebb 100644
--- a/genhdlist2
+++ b/genhdlist2
@@ -117,7 +117,7 @@ sub build_hdlist {
) or die "Can't create archive";
if (-e $hdlist && !$b_no_incremental) {
- print "filtering $hdlist into $hdlist.tmp\n" if $verbose >= 0;
+ print "filtering $hdlist into hdlist.cz.tmp\n" if $verbose >= 0;
filter_existing_hdlist($urpm, $rpms_todo, $hdlist, $out);
}