File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1777,7 +1777,7 @@ def stale_packages(packages, vault_requests):
1777
1777
#
1778
1778
# (set above using same critera as for install package
1779
1779
# e.g. we have an excess number of packages)
1780
- logging .warning ("considering other packages from source package '%s' version '%s'" % (es , v ))
1780
+ logging .debug ("considering other packages from source package '%s' version '%s'" % (es , v ))
1781
1781
if getattr (es_po .tar (v ), 'fresh' , Freshness .stale ) != Freshness .fresh :
1782
1782
# ... additionally mark anything with no other-source
1783
1783
# rdepends
@@ -1786,7 +1786,7 @@ def stale_packages(packages, vault_requests):
1786
1786
if not any (packages [p ].srcpackage (v ) != es for p in packages [opn ].rdepends ):
1787
1787
mark_package_fresh (packages , opn , v , mark )
1788
1788
else :
1789
- logging .warning ("package '%s' version '%s' retained due to being used" % (opn , v ))
1789
+ logging .debug ("package '%s' version '%s' retained due to being used" % (opn , v ))
1790
1790
1791
1791
# mark source packages as fresh if any install package which uses it is fresh
1792
1792
for po in packages .values ():
You can’t perform that action at this time.
0 commit comments