diff options
author | Norbert Preining <preining@logic.at> | 2008-11-12 23:41:21 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-11-12 23:41:21 +0000 |
commit | cbd7eee2ee64d42155fc217faff3156417a42ce3 (patch) | |
tree | b22a1c5597b30a1c4c0b355e38d21b194e349a55 /Master/texmf | |
parent | 6ec605cf4870b70205a9a25f62585c2638ddc179 (diff) |
wording of remove message
git-svn-id: svn://tug.org/texlive/trunk@11273 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index f72c28ba036..d9029e7a5aa 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -507,7 +507,7 @@ sub action_remove { delete($packs{$p}); if (defined($origpacks{$p})) { my @needed = $localtlpdb->needed_by($p); - tlwarn("not removing $p, it is still needed by " . + tlwarn("tlmgr: not removing $p, needed by " . join(" ", @needed) . "\n"); } } |