summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl2
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");
}
}