wget: don't notify on download begin and end if quiet
authorMartin Lewis <martin.lewis.x84@gmail.com>
Thu, 10 Jan 2019 12:59:30 +0000 (13:59 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 17 Jan 2019 12:46:14 +0000 (13:46 +0100)
commit94e748d0276a089ca9093767d15b5d050e0218b1
tree623cddcb88d63e8d30d8c206feb4043d096b0b3a
parentedb74f40191458f3ae581e3ad385832906f7a39e
wget: don't notify on download begin and end if quiet

When printing notification on download start and end,
mistakenly, it didn't respect the quiet option

function                                             old     new   delta
retrieve_file_data                                   561     579     +18
wget_main                                           2432    2437      +5
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 23/0)               Total: 23 bytes

Signed-off-by: Martin Lewis <martin.lewis.x84@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/wget.c