eal: fix missing newline in a log
authorKeith Wiles <keith.wiles@intel.com>
Sun, 16 Dec 2018 23:01:03 +0000 (17:01 -0600)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 19 Dec 2018 23:01:28 +0000 (00:01 +0100)
commite3b090f3daded540ab37bce69d0ce4ec730dab3d
tree6788d9a1e43452cb763108d2816e23399fb3745d
parent7a838c8798a93fc4b0eb305c4c7d61da54875a14
eal: fix missing newline in a log

Add a missing newline to a RTE_LOG message.

Fixes: 2395332798d0 ("eal: add option register infrastructure")
Cc: stable@dpdk.org
Signed-off-by: Keith Wiles <keith.wiles@intel.com>
lib/librte_eal/common/rte_option.c