aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);
}