From a4f1ad2e946443c9836b07ea343efc308048043f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 6 May 2021 20:21:11 +0000 Subject: (writeout): dddebug, since this happens on every package in tlpdb; other debugging tweaks git-svn-id: svn://tug.org/texlive/trunk@59098 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/tlmgr.pl | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'Master/texmf-dist/scripts') diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index a5b0dd8bb1f..d6cc899fd70 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -5379,6 +5379,7 @@ sub action_recreate_tlpdb { $tlpdb->add_tlpobj($tlp); } # writeout the re-created tlpdb to stdout + &debug("tlmgr:action_recreate_tlpdb: writing out tlpdb\n"); $tlpdb->writeout; return; } @@ -7220,14 +7221,16 @@ and the repository are not compatible: # check for being frozen if ($remotetlpdb->config_frozen) { my $frozen_msg = <writeout($tlfh); close($tlfh); # Remove all other copies of main databases in case different mirrors -- cgit v1.2.3