dlight.c: more verbose output
This commit is contained in:
parent
6a4d6af99d
commit
2f9e968717
1 changed files with 2 additions and 1 deletions
3
dlight.c
3
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);
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue