diff options
author | Norbert Preining <preining@logic.at> | 2018-05-23 02:33:42 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2018-05-23 02:33:42 +0000 |
commit | 1ce02f9a0fcea5918876f7131c2ac61b8e410021 (patch) | |
tree | e11e6012ef396b91f718729778c5bac4e6793906 /Master/texmf-dist/scripts | |
parent | f4fad89bb1e902329ae4913c971a4b35f89ecdc3 (diff) |
fixes for warning messages and undefined vars
git-svn-id: svn://tug.org/texlive/trunk@47809 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 906faff441f..7431ebcb69c 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -2827,7 +2827,7 @@ sub action_update { $mediatlp = $remotetlpdb->get_package($pkg); } if (!defined($mediatlp)) { - debug("$pkg cannot be found in $location\n"); + ddebug("$pkg cannot be found in $location\n"); next; } my $rctanvers = $mediatlp->cataloguedata->{'version'}; |