From: Ciara Power Date: Fri, 22 May 2020 13:48:39 +0000 (+0100) Subject: telemetry: fix init log printing X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=61d6c7a98b48da02d905a45fa6314befcc567ff4;hp=61d6c7a98b48da02d905a45fa6314befcc567ff4;p=dpdk.git telemetry: fix init log printing Initially, printf was used to indicate and error/warning resulting from telemetry initialisation. This is now fixed to use EAL logs for notices, and the unnecessary printf for an error is removed. Fixes: eeb486f3ba65 ("eal: add telemetry as dependency") Fixes: dd6275a424ac ("telemetry: fix error log output") Signed-off-by: Ciara Power Reviewed-by: Bruce Richardson Signed-off-by: Thomas Monjalon ---