Re: [PATCH 2/2] wget: notify on download begin and end

2019-01-10 Thread Martin Lewis
Thank you I have noticed that mistakenly the last patch doesn't respect the quiet option, so I'm sending a fix On Fri, 4 Jan 2019 at 18:28, Denys Vlasenko wrote: > On Wed, Dec 26, 2018 at 4:28 PM Martin Lewis > wrote: > > When using -o to file the progress meter is not displayed, so write that

Re: [PATCH 2/2] wget: notify on download begin and end

2019-01-04 Thread Denys Vlasenko
On Wed, Dec 26, 2018 at 4:28 PM Martin Lewis wrote: > When using -o to file the progress meter is not displayed, so write that > we started the download and that we finished it. Applied both patches with some fixes. ___ busybox mailing list

[PATCH 2/2] wget: notify on download begin and end

2018-12-26 Thread Martin Lewis
When using -o to file the progress meter is not displayed, so write that we started the download and that we finished it. Signed-off-by: Martin Lewis --- networking/wget.c | 8 1 file changed, 8 insertions(+) diff --git a/networking/wget.c b/networking/wget.c index 8da0ce8..914221c