1 diff -Naur gwget-1.0.4.orig/src/wget-log.c gwget-1.0.4/src/wget-log.c
2 --- gwget-1.0.4.orig/src/wget-log.c 2014-12-19 00:00:13.499719000 +0100
3 +++ gwget-1.0.4/src/wget-log.c 2014-12-19 01:30:44.848448393 +0100
5 (strstr (gwgetdata->line, "Host not found.") == NULL) &&
6 (strstr (gwgetdata->line, "Name or service not known") == NULL))
9 + if (strncmp (gwgetdata->line, "converted ", 10) == 0)
12 /* Wget, under certain circumstances, returns a list of resolved IP addresses
13 * before attempting to connect, which can be ignored.