[tracker/rss-enclosures] tracker-miner-rss: initial support for enclosures downloads tracker-miner-rss: support for items' au
- From: Roberto Guido <rguido src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/rss-enclosures] tracker-miner-rss: initial support for enclosures downloads tracker-miner-rss: support for items' au
- Date: Mon, 3 May 2010 00:49:28 +0000 (UTC)
commit 5bb47ec9994abbe37f15039134ea21a738216eb7
Author: Roberto Guido <bob4mail gmail com>
Date: Mon Mar 29 21:58:30 2010 +0200
tracker-miner-rss: initial support for enclosures downloads
tracker-miner-rss: support for items' auto-expiration
src/miners/rss/tracker-miner-rss.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/miners/rss/tracker-miner-rss.c b/src/miners/rss/tracker-miner-rss.c
index c23eaa9..431ddd6 100644
--- a/src/miners/rss/tracker-miner-rss.c
+++ b/src/miners/rss/tracker-miner-rss.c
@@ -363,7 +363,7 @@ change_status (FeedsPool *pool,
if (priv->now_fetching > avail)
priv->now_fetching = avail;
- g_message ("Fetching channel '%s' (in progress: %d/%d)",
+ g_message ("Fetching channel '%s' (in progress: %d/%d)",
feed_channel_get_source (feed),
priv->now_fetching,
avail);
@@ -441,7 +441,7 @@ item_verify_reply_cb (GObject *source_object,
has_geopoint = feed_item_get_geo_point (item, &latitude, &longitude);
if (has_geopoint) {
- g_message (" Geopoint, using longitude:%f, latitude:%f",
+ g_message (" Geopoint, using longitude:%f, latitude:%f",
longitude, latitude);
tracker_sparql_builder_subject (sparql, "_:location");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]