texlive[43875] Master/texmf-dist/scripts/texlive/tlmgr.pl: tlwarn

commits+karl at tug.org commits+karl at tug.org
Mon Apr 17 01:21:46 CEST 2017


Revision: 43875
          http://tug.org/svn/texlive?view=revision&revision=43875
Author:   karl
Date:     2017-04-17 01:21:46 +0200 (Mon, 17 Apr 2017)
Log Message:
-----------
tlwarn about packagelog on every run is too noisy.

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl

Modified: trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2017-04-16 23:20:37 UTC (rev 43874)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2017-04-16 23:21:46 UTC (rev 43875)
@@ -595,8 +595,8 @@
   #
   # 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 = "";
   }
 



More information about the tex-live-commits mailing list