summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-tlpdb
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tl-update-tlpdb')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlpdb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlpdb b/Master/tlpkg/bin/tl-update-tlpdb
index c1a1b467083..0dd845d416b 100755
--- a/Master/tlpkg/bin/tl-update-tlpdb
+++ b/Master/tlpkg/bin/tl-update-tlpdb
@@ -291,6 +291,8 @@ sub compare_and_fix_tlpdbs {
# if requested, also may need to fix up packages with catalogue changs.
if ($opt_catalogue_compare) {
my %cat_fixup = tlpdb_catalogue_compare($newtlpdb, $opt_catalogue_compare);
+ info("$prg: packages with Catalogue changes: ",
+ join(" ", keys %cat_fixup), "\n") if (keys %cat_fixup);
# hash slice to merge %cat_fixup into %packages_needing_fixup;
# all the values are 1, so that doesn't matter.
@packages_needing_fixup{ keys %cat_fixup } = values %cat_fixup;