[Piuparts-commits] [piuparts] 01/01: packagesdb.py: log with facility info in load_packages_urls().

Holger Levsen holger at alioth.debian.org
Tue Oct 29 09:05:28 UTC 2013


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit b703c54ac35c331b4e2034961915fd1a60daa78c
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Oct 29 10:05:22 2013 +0100

    packagesdb.py: log with facility info in load_packages_urls().
---
 debian/changelog          |    3 +++
 piupartslib/packagesdb.py |    2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2e0635e..01fc21e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,9 @@ piuparts (0.56) UNRELEASED; urgency=low
     - Add to ignored_files:
       + /etc/apt/apt.conf.d/01autoremove-kernels
 
+  [ Holger Levsen ]
+  * packagesdb.py: log with facility info in load_packages_urls().
+
  -- Andreas Beckmann <anbe at debian.org>  Tue, 22 Oct 2013 22:16:21 +0200
 
 piuparts (0.55) unstable; urgency=low
diff --git a/piupartslib/packagesdb.py b/piupartslib/packagesdb.py
index 07a30f8..b11146d 100644
--- a/piupartslib/packagesdb.py
+++ b/piupartslib/packagesdb.py
@@ -136,7 +136,7 @@ class PackagesFile(UserDict.UserDict):
 
     def load_packages_urls(self, urls):
         for url in urls:
-            logging.debug("Fetching %s" % url)
+            logging.info("Fetching %s" % url)
             stream = piupartslib.open_packages_url(url)
             self._read_file(stream)
             stream.close()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list