diff options
author | Karl Berry <karl@freefriends.org> | 2019-08-07 22:31:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-08-07 22:31:44 +0000 |
commit | 8a02707052395d8f2d9c9d975183daccb9cf1f4f (patch) | |
tree | 921b611cbe7eb0a3da1fa5bd407488f98ab58683 /Master | |
parent | 282e3b09880bce47524fd4ddee629b1791ce6c06 (diff) |
(from_file): mention acquire.html when from_file fails.
git-svn-id: svn://tug.org/texlive/trunk@51841 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPDB.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm index f1266e6d1f8..ac7b6c36505 100644 --- a/Master/tlpkg/TeXLive/TLPDB.pm +++ b/Master/tlpkg/TeXLive/TLPDB.pm @@ -355,8 +355,9 @@ sub from_file { # do nothing } else { unlink($tlpdbfile); - tldie( "$0: TLPDB::from_file could not download $path;\n" - . "$0: maybe the repository setting should be changed.\n"); + tldie( "$0: TLPDB::from_file could not initialize from: $path\n" + . "$0: Maybe the repository setting should be changed.\n" + . "$0: More info: https://tug.org/texlive/acquire.html\n"); } } # if we are still here, then either the xz version was downloaded |