public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jon Turney <jturney@sourceware.org>
To: cygwin-apps-cvs@sourceware.org
Subject: [calm - Cygwin server-side packaging maintenance script] branch master, updated. 20230209-101-gbcf2336
Date: Tue, 23 Apr 2024 19:39:41 +0000 (GMT)	[thread overview]
Message-ID: <20240423193941.82C58385840D@sourceware.org> (raw)




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=bcf23367a604027b91a66f4cc3310086afc67740

commit bcf23367a604027b91a66f4cc3310086afc67740
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Tue Apr 23 20:16:08 2024 +0100

    Adjust log-level of some debug output


Diff:
---
 calm/package.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/calm/package.py b/calm/package.py
index 2205376..64587e5 100755
--- a/calm/package.py
+++ b/calm/package.py
@@ -1777,7 +1777,7 @@ def stale_packages(packages, vault_requests):
                     #
                     # (set above using same critera as for install package
                     # e.g. we have an excess number of packages)
-                    logging.warning("considering other packages from source package '%s' version '%s'" % (es, v))
+                    logging.debug("considering other packages from source package '%s' version '%s'" % (es, v))
                     if getattr(es_po.tar(v), 'fresh', Freshness.stale) != Freshness.fresh:
                         # ...  additionally mark anything with no other-source
                         # rdepends
@@ -1786,7 +1786,7 @@ def stale_packages(packages, vault_requests):
                                 if not any(packages[p].srcpackage(v) != es for p in packages[opn].rdepends):
                                     mark_package_fresh(packages, opn, v, mark)
                                 else:
-                                    logging.warning("package '%s' version '%s' retained due to being used" % (opn, v))
+                                    logging.debug("package '%s' version '%s' retained due to being used" % (opn, v))
 
     # mark source packages as fresh if any install package which uses it is fresh
     for po in packages.values():


                 reply	other threads:[~2024-04-23 19:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240423193941.82C58385840D@sourceware.org \
    --to=jturney@sourceware.org \
    --cc=cygwin-apps-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).