[pacman-dev] [PATCH] pacman: better warning message when skipping duplicate targets

Andrew Gregory andrew.gregory.8 at gmail.com
Sun Dec 9 18:47:26 UTC 2018


On 12/09/18 at 06:31pm, Michael Straube wrote:
> Change the warning message to reflect the reason when skipping duplicate
> targets. skipping target -> skipping duplicate target
> 
> FS#49377
> 
> Signed-off-by: Michael Straube <michael.straube at posteo.de>
> ---
>  src/pacman/remove.c | 2 +-
>  src/pacman/sync.c   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Should we just remove the error altogether and move the message to
DEBUG?  The user doesn't need to do anything in response to it and
I can't think of any reason a front-end would want to actually die
from it.  It seems to just be useless line noise that requires
front-ends to check for it specifically just to ignore it.


More information about the pacman-dev mailing list