diff options
Diffstat (limited to 'Master/tlpkg/bin/tl-update-containers')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-containers | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tl-update-containers b/Master/tlpkg/bin/tl-update-containers index 0a5eb6b06c2..abf764d2b68 100755 --- a/Master/tlpkg/bin/tl-update-containers +++ b/Master/tlpkg/bin/tl-update-containers @@ -63,7 +63,7 @@ sub main . "; ignoring and continuing with $type"; } - tllog($::LOG_NORMAL, "format=$type srcsplit=$srcsplit docsplit=$docsplit\n"); + tllog($::LOG_DEBUG, "format=$type srcsplit=$srcsplit docsplit=$docsplit\n"); # read in the old texlive.pkgver and save the revisions. # If it's not present, we'll update everything, i.e., populating a @@ -90,7 +90,7 @@ sub main && defined($archiverevs{$pkg})) { $oldrev = $archiverevs{$pkg}; } else { - tllog($::LOG_DEBUG, "$pkg is new, found no containers\n"); + tllog($::LOG_NORMAL, "$pkg is new, found no containers\n"); $count{"new"}++; } @@ -123,7 +123,7 @@ sub main next if ($pkg eq "00texlive.installer"); my $obj = $tlpdb->get_package ($pkg); die "$0: no TL package named $pkg in $Master" if ! $obj; - tllog($::LOG_NORMAL, "updating $pkg containers ...\n"); + tllog($::LOG_DEBUG, "updating $pkg containers ...\n"); if ($srcsplit) { my $objsrc = $obj->split_src_package; if ($objsrc) { |