From 2f9e96871796e2dacdc62bec0f637a9656f21f05 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 20 Sep 2011 16:33:55 +0200 Subject: [PATCH] dlight.c: more verbose output --- dlight.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dlight.c b/dlight.c index 9895839..cc7c2c4 100644 --- a/dlight.c +++ b/dlight.c @@ -34,7 +34,8 @@ static void process_items(rss_t rss, struct target *t) { continue; } - printf("Downloaded: %s\n", item.title); + printf("Downloaded: %s (%s) to %s\n", + item.title, item.link, filter->dest); dlhist_update(item.link); }