From d1c3e829b66c0050b3bc89b9695bcb7ebbb324a7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 13 Mar 2008 00:49:49 +0000 Subject: show new/deleted containers, not updated. git-svn-id: svn://tug.org/texlive/trunk@6949 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-containers | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Master/tlpkg/bin/tl-update-containers') 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) { -- cgit v1.2.3