diff options
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 962737897dc..d40c49f271e 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -1666,6 +1666,7 @@ sub tlmd5 { return Digest::MD5->new->addfile(*FILE)->hexdigest; close(FILE); } else { + tlwarn("tlmd5, given file not readable: $file\n"); return ""; } } |