event/opdl: align dynamic log name with standard
This commit aligns the names for dynamic logging with the newly defined logging format. Signed-off-by: Harry van Haaren <harry.van.haaren@intel.com> Acked-by: Liang Ma <liang.j.ma@intel.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
This commit is contained in:
parent
1a0eab3a54
commit
828b385c1d
@ -759,7 +759,7 @@ RTE_INIT(opdl_init_log);
|
||||
static void
|
||||
opdl_init_log(void)
|
||||
{
|
||||
opdl_logtype_driver = rte_log_register("eventdev.opdl.driver");
|
||||
opdl_logtype_driver = rte_log_register("pmd.event.opdl.driver");
|
||||
if (opdl_logtype_driver >= 0)
|
||||
rte_log_set_level(opdl_logtype_driver, RTE_LOG_INFO);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user