Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/extensions/cpsection/updater/backends/aslo.py
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/cpsection/updater/backends/aslo.py')
-rw-r--r--extensions/cpsection/updater/backends/aslo.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/cpsection/updater/backends/aslo.py b/extensions/cpsection/updater/backends/aslo.py
index 69cd47c..dad0698 100644
--- a/extensions/cpsection/updater/backends/aslo.py
+++ b/extensions/cpsection/updater/backends/aslo.py
@@ -96,6 +96,7 @@ def parse_url(url):
The `urlopen_args` can be any keyword arguments accepted by
`bitfrost.util.urlrange.urlopen`."""
+ logging.debug('Update uri=%s' % url)
response = urllib2.urlopen(url)
return parse_aslo(response.read())