diff options
author | Norbert Preining <preining@logic.at> | 2009-02-02 07:20:50 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-02-02 07:20:50 +0000 |
commit | ba0d8b7fb11d04fdc3b4b5538a70bf88e2132840 (patch) | |
tree | 06d9edc5f6e471348aa9b2b7fd0f7ecf102ff461 | |
parent | 1665be4acaf4101aba8b29f2b5b994329b10eda3 (diff) |
downgrade tlmgr warning when bin-texlive and texlive.infra is not present
to a debug. When installing from a different repository normally it is not
present, and that should be no warning
git-svn-id: svn://tug.org/texlive/trunk@12051 c570f23f-e606-0410-a88d-b1316a301751
-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 1150fa8bb03..e4416a65418 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -2648,7 +2648,7 @@ sub check_for_critical_updates my $localrev = $tlp->revision; my $mtlp = $mediatlpdb->get_package($pkg); if (!defined($mtlp)) { - tlwarn("Very suprising, $pkg is not present in the remote tlpdb.\n"); + debug("Very surprising, $pkg is not present in the remote tlpdb.\n"); next; } my $remoterev = $mtlp->revision; |