Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2020-07-23 21:03:10 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2020-07-28 18:06:25 +0300
commit0aad95e50647e0aa61622a85a9403e395eb84d30 (patch)
tree8822a258cdf39e4c58e49268b9c97a2dd900cdf8
parentc7a214c274e6197f6a98e5bec243b31d3403aabb (diff)
Tweak debug message added in e7906497
-rwxr-xr-xcalm/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/calm/package.py b/calm/package.py
index bb32e10..75f5f9f 100755
--- a/calm/package.py
+++ b/calm/package.py
@@ -1317,7 +1317,7 @@ def delete(packages, path, fn):
# (modify package set outside of iteration over it)
for p in ex_packages:
- logging.info("removing package '%s' for package set" % (p))
+ logging.debug("removing package '%s' from package set" % (p))
del packages[p]