diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-06-22 12:14:34 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-06-22 12:14:34 +0000 |
commit | 0393e00b1d4f8ce714e74823021df65526dd8957 (patch) | |
tree | 1a025dc3197c7e741a9e034a43c0d38b634552e7 | |
parent | 4b14faef38f235611fd3fc98aaa99c379e2b9192 (diff) | |
download | rpmtools-0393e00b1d4f8ce714e74823021df65526dd8957.tar rpmtools-0393e00b1d4f8ce714e74823021df65526dd8957.tar.gz rpmtools-0393e00b1d4f8ce714e74823021df65526dd8957.tar.bz2 rpmtools-0393e00b1d4f8ce714e74823021df65526dd8957.tar.xz rpmtools-0393e00b1d4f8ce714e74823021df65526dd8957.zip |
nicer log message
-rw-r--r-- | genhdlist2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |