From 3aea2adbc6980fbd681c3144e36d395368c0aed9 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 31 Aug 2011 19:16:07 +0200 Subject: [PATCH] dlight.c: print items that are downloaded --- dlight.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlight.c b/dlight.c index f84536f..f890080 100644 --- a/dlight.c +++ b/dlight.c @@ -32,6 +32,8 @@ static void process_items(rss_t rss, struct target *t) { continue; } + printf("Downloaded: %s\n", item.title); + dlhist_update(item.link); } }