summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/tlpkg/TeXLive/TLPDB.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm
index 01ebfdd7e51..aa2c7f51040 100644
--- a/Master/tlpkg/TeXLive/TLPDB.pm
+++ b/Master/tlpkg/TeXLive/TLPDB.pm
@@ -386,9 +386,9 @@ sub from_file {
if ($params{'verify'} && $media ne 'local_uncompressed') {
my ($r, $m) = TeXLive::TLCrypto::verify_checksum($path, "$path.$TeXLive::TLConfig::ChecksumExtension");
if ($r == 1) {
- tldie("$0: checksum error when downloading $tlpdbfile from $path: $m\n");
+ tldie("$0: checksum error when downloading $path from $path: $m\n");
} elsif ($r == 2) {
- tldie("$0: signature verification error of $tlpdbfile from $path: $m\n");
+ tldie("$0: signature verification error of $path from $path: $m\n");
} elsif ($r == -1) {
tldie("$0: connection problems, cannot download: $m\n");
} elsif ($r == -2) {