summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/texlive
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-04-16 23:21:46 +0000
committerKarl Berry <karl@freefriends.org>2017-04-16 23:21:46 +0000
commit3ca8b12fde6cbc45009f9ef0f3f950f7aaeb1396 (patch)
tree0f893e32665fa5137f33c1c77078a8c480301e29 /Master/texmf-dist/scripts/texlive
parent4c70c680d8c06fe8ae18652f7c7ce9aa77b018a9 (diff)
tlwarn about packagelog on every run is too noisy.
git-svn-id: svn://tug.org/texlive/trunk@43875 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/texlive')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl
index e10e0854aa3..96cbb3b6cc1 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgr.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl
@@ -595,8 +595,8 @@ for the full story.\n";
#
# Try to open the packagelog file, but do NOT die when that does not work
if (!open(PACKAGELOG, ">>$packagelogfile")) {
- tlwarn("Cannot open package log file $packagelogfile for appending\n");
- tlwarn("Will not log package installation/removal/update for that run\n");
+ debug("Cannot open package log file $packagelogfile for appending\n");
+ debug("Will not log package installation/removal/update for this run\n");
$packagelogfile = "";
}