From d38f860ef4df97d28a61e43fd6326cd7e4af22b9 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 15 May 2016 18:25:49 +0000 Subject: (new): mention root, download failure might not be missing file (wrong mirror, etc.) rather connection problem. git-svn-id: svn://tug.org/texlive/trunk@41150 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLPDB.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Master') diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm index 989e19f054c..c2368e75303 100644 --- a/Master/tlpkg/TeXLive/TLPDB.pm +++ b/Master/tlpkg/TeXLive/TLPDB.pm @@ -130,7 +130,7 @@ sub new { verified => 0 }; my $verify = defined($params{'verify'}) ? $params{'verify'} : 0; - ddebug("TLPDB new: verify = $verify\n"); + ddebug("TLPDB new (root=$self->{root}): verify=$verify\n"); $_listdir = $params{'listdir'} if defined($params{'listdir'}); bless $self, $class; if (defined($params{'tlpdbfile'})) { @@ -370,7 +370,7 @@ sub from_file { } elsif ($r == 2) { tldie("$0: signature verification error of $tlpdbfile from $path: $m\n"); } elsif ($r == -1) { - tldie("$0: connection problems, cannot download: $m\n"); + tldie("$0: cannot download: $m\n"); } elsif ($r == -2) { debug("$0: remote database checksum is not signed, continuing anyway!\n"); $self->verification_status("not signed"); @@ -396,7 +396,7 @@ sub from_file { } elsif ($r == 2) { tldie("$0: signature verification error of $path from $path: $m\n"); } elsif ($r == -1) { - tldie("$0: connection problems, cannot download: $m\n"); + tldie("$0: cannot download: $m\n"); } elsif ($r == -2) { debug("$0: remote database checksum is not signed, continuing anyway!\n"); $self->verification_status("not signed"); -- cgit v1.2.3