texlive[45747] Master/tlpkg/TeXLive/TLUtils.pm: forgot to change some

commits+preining at tug.org commits+preining at tug.org
Sat Nov 11 08:34:35 CET 2017


Revision: 45747
          http://tug.org/svn/texlive?view=revision&revision=45747
Author:   preining
Date:     2017-11-11 08:34:35 +0100 (Sat, 11 Nov 2017)
Log Message:
-----------
forgot to change some prints to debug

Modified Paths:
--------------
    trunk/Master/tlpkg/TeXLive/TLUtils.pm

Modified: trunk/Master/tlpkg/TeXLive/TLUtils.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLUtils.pm	2017-11-11 07:21:23 UTC (rev 45746)
+++ trunk/Master/tlpkg/TeXLive/TLUtils.pm	2017-11-11 07:34:35 UTC (rev 45747)
@@ -4221,7 +4221,7 @@
     $envdefined = 1;
     if ($ENV{'TL_JSONMODE'} eq "texlive") {
       $jsonmode = "texlive";
-      print STDERR "texlive json module used!\n";
+      debug("texlive json module used!\n");
       return;
     } elsif ($ENV{'TL_JSONMODE'} eq "json") {
       # nothing to do
@@ -4239,11 +4239,11 @@
       tldie("env variable TL_JSONMODE request JSON module but cannot be load!\n");
     }
     $jsonmode = "texlive";
-    print STDERR "texlive json module used!\n";
+    debug("texlive json module used!\n");
   } else {
     $jsonmode = "json";
     my $json = JSON->new;
-    print STDERR "JSON " . $json->backend . " used!\n";
+    debug("JSON " . $json->backend . " used!\n");
   }
 }
 



More information about the tex-live-commits mailing list