summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPDB.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2018-07-03 22:24:07 +0000
committerNorbert Preining <preining@logic.at>2018-07-03 22:24:07 +0000
commitb6fe6b6d79b6718277703e8a821bf65cd637049a (patch)
tree1549e39dafe90a53f8c9196a5c27358de36de9a0 /Master/tlpkg/TeXLive/TLPDB.pm
parent811efe80bf8a88d2f9649a5d20a83c41744339a6 (diff)
more detailed error checking during signature verification
git-svn-id: svn://tug.org/texlive/trunk@48130 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPDB.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPDB.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm
index 07ad80c6169..25423f1a7b4 100644
--- a/Master/tlpkg/TeXLive/TLPDB.pm
+++ b/Master/tlpkg/TeXLive/TLPDB.pm
@@ -370,7 +370,7 @@ sub from_file {
} elsif ($r == $VS_CONNECTION_ERROR) {
tldie("$0: cannot download: $m\n");
} elsif ($r == $VS_UNSIGNED) {
- debug("$0: remote database checksum is not signed, continuing anyway!\n");
+ debug("$0: remote database checksum is not signed, continuing anyway: $m\n");
$self->verification_status($r);
} elsif ($r == $VS_GPG_UNAVAILABLE) {
debug("$0: TLPDB: no gpg available, continuing anyway!\n");