telemetry: fix init log printing
authorCiara Power <ciara.power@intel.com>
Fri, 22 May 2020 13:48:39 +0000 (14:48 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 24 May 2020 16:01:31 +0000 (18:01 +0200)
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 <ciara.power@intel.com>
Reviewed-by: Bruce Richardson <bruce.richardson@intel.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>

No differences found