From 8a02707052395d8f2d9c9d975183daccb9cf1f4f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 7 Aug 2019 22:31:44 +0000 Subject: (from_file): mention acquire.html when from_file fails. git-svn-id: svn://tug.org/texlive/trunk@51841 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLPDB.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Master') 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 -- cgit v1.2.3