diff --git a/docs/installation.html b/docs/installation.html index 233087b..9994984 100644 --- a/docs/installation.html +++ b/docs/installation.html @@ -101,5 +101,12 @@ not yet ported to the newer python so Venus will be less featureful. may want to explicitly specify python2.4.

+

Ubuntu Linux (Edgy Eft) instructions

+ +

Before starting, issue the following command:

+ + diff --git a/planet/spider.py b/planet/spider.py index 3c06136..7e6d91b 100644 --- a/planet/spider.py +++ b/planet/spider.py @@ -159,7 +159,7 @@ def spiderFeed(feed, only_if_new=0): # process based on the HTTP status code if data.status == 200 and data.has_key("url"): data.feed['planet_http_location'] = data.url - log.info("Updating feed %s", feed) + log.info("Updating feed %s @ %s", feed, data.url) elif data.status == 301 and data.has_key("entries") and len(data.entries)>0: log.warning("Feed has moved from <%s> to <%s>", feed, data.url) data.feed['planet_http_location'] = data.url