Re: [pacman-dev] [PATCH] callback.c: only print download status message once with --noprogressbar

2016-06-09 Thread Ivy Foster
On 09 Jun 2016, at 4:01 pm +1000, Allan McRae wrote: > On 08/06/16 07:01, Ivy Foster wrote: > > Syncing repos and downloading packages with --noprogressbar specified > > often prints the status message "downloading $foo..." to several > > lines in a row. > > --- > > src/pacman/callback.c | 4 +++-

Re: [pacman-dev] [PATCH] callback.c: only print download status message once with --noprogressbar

2016-06-08 Thread Allan McRae
On 08/06/16 07:01, Ivy Foster wrote: > Syncing repos and downloading packages with --noprogressbar specified > often prints the status message "downloading $foo..." to several > lines in a row. > --- > src/pacman/callback.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git

[pacman-dev] [PATCH] callback.c: only print download status message once with --noprogressbar

2016-06-07 Thread Ivy Foster
Syncing repos and downloading packages with --noprogressbar specified often prints the status message "downloading $foo..." to several lines in a row. --- src/pacman/callback.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pacman/callback.c b/src/pacman/callback.c inde