eal/linux: change udev debug message
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 14 Aug 2020 17:45:14 +0000 (10:45 -0700)
committerDavid Marchand <david.marchand@redhat.com>
Wed, 16 Sep 2020 16:14:35 +0000 (18:14 +0200)
commit64201f10598b53b2218176eefc4d3888028dcb7b
tree3d9d96cca5f66f736b1c9b29dd9ecabacd2ff188
parente356aa46ad983d84c1585b96b26795a6a9c5b4fd
eal/linux: change udev debug message

The debug message was poorly worded and did not include the
part that would be useful. I.e it never said what was being ignored.
Change it to print the message so that if udev changes format or
other subsystems need to be added then the necessary information
will be in the debug log.

Fixes: 0d0f478d0483 ("eal/linux: add uevent parse and process")

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Jeff Guo <jia.guo@intel.com>
lib/librte_eal/linux/eal_dev.c