Re: [PATCH iproute2-next 1/2] tc: replace print_string with fprintf for error messages

2019-01-28 Thread David Ahern
On 1/24/19 1:30 PM, Stephen Hemminger wrote: > diff --git a/tc/m_connmark.c b/tc/m_connmark.c > index 45e2d05f1a91..34d80b1a27c0 100644 > --- a/tc/m_connmark.c > +++ b/tc/m_connmark.c > @@ -114,7 +114,7 @@ static int print_connmark(struct action_util *au, FILE > *f, struct rtattr *arg) > >

[PATCH iproute2-next 1/2] tc: replace print_string with fprintf for error messages

2019-01-24 Thread Stephen Hemminger
Any error output should go to standard error. Signed-off-by: Stephen Hemminger --- tc/f_matchall.c | 2 +- tc/m_connmark.c | 2 +- tc/m_csum.c | 2 +- tc/m_gact.c | 2 +- tc/m_ife.c | 2 +- tc/m_mirred.c | 2 +- tc/m_nat.c | 2 +- tc/m_sample.c | 2 +- tc/m_skbedit.c | 2 +