Archived
1
0
Fork 0

dlight.c: more verbose output

This commit is contained in:
Henrik Hautakoski 2011-09-20 16:33:55 +02:00
parent 6a4d6af99d
commit 2f9e968717

View file

@ -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);
}