diff options
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 4 |
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 = ""; } |