app/procinfo: fix _filters stats reporting
authorFerruh Yigit <ferruh.yigit@intel.com>
Thu, 19 Nov 2020 11:58:51 +0000 (11:58 +0000)
committerDavid Marchand <david.marchand@redhat.com>
Mon, 11 Jan 2021 09:45:31 +0000 (10:45 +0100)
commitf7605e24baba5c614352ed3db0bf48d7f06e59b0
treef22b758298e620f34d76d7c8f713486f6eec3377
parent86d8b57e37eaea344870ffdf7dd6ead814204096
app/procinfo: fix _filters stats reporting

'_filters' is compared twice, second one will be always false, removing
it using the message more relevant to the '_filters'.

Fixes: 2deb6b5246d7 ("app/procinfo: add collectd format and host id")
Cc: stable@dpdk.org
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
app/proc-info/main.c