diff options
author | Karl Berry <karl@freefriends.org> | 2008-03-13 00:49:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-03-13 00:49:49 +0000 |
commit | d1c3e829b66c0050b3bc89b9695bcb7ebbb324a7 (patch) | |
tree | 243670abb0ab6c76627e13839ece2d6694aacf82 /Master/tlpkg | |
parent | 7ed0b83a3a56a7a0028fb39145b8d9306f387ab9 (diff) |
show new/deleted containers, not updated.
git-svn-id: svn://tug.org/texlive/trunk@6949 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-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) { |