diff options
author | Karl Berry <karl@freefriends.org> | 2008-11-18 00:58:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-11-18 00:58:41 +0000 |
commit | 9333748b5b1c858f157072c5a7845e1eac780350 (patch) | |
tree | 3a0a79d38558c043ec959869e670605a67abd061 /Master/texmf | |
parent | c74d68ee64328c552d23aae43da7aa496637f257 (diff) |
more information when dying
git-svn-id: svn://tug.org/texlive/trunk@11340 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index f8c9f5a5bf0..30ce479064b 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -1189,9 +1189,9 @@ sub action_update { $forcermpkgs{$p} = 1; } } - debug ("tlmgr: newpkg: " . join("\n\t",keys %newpkgs) . "\n"); - debug ("tlmgr: rempkg: " . join("\n\t",keys %removals) . "\n"); - debug ("tlmgr: forpkg: " . join("\n\t",keys %forcermpkgs) . "\n"); + debug ("tlmgr: new pkgs: " . join("\n\t",keys %newpkgs) . "\n"); + debug ("tlmgr: deleted : " . join("\n\t",keys %removals) . "\n"); + debug ("tlmgr: forced : " . join("\n\t",keys %forcermpkgs) . "\n"); if ($opt_all || $opt_list) { @todo = $localtlpdb->list_packages; |