bus/fslmc: align object name log to real resource name
[dpdk.git] / drivers / bus / fslmc / portal / dpaa2_hw_dpci.c
index d222f26..478e4f7 100644 (file)
@@ -140,7 +140,7 @@ rte_dpaa2_create_dpci_device(struct fslmc_vfio_device *vdev __rte_unused,
 
        TAILQ_INSERT_TAIL(&dpci_dev_list, dpci_node, next);
 
-       PMD_INIT_LOG(DEBUG, "DPAA2: Added [dpci-%d]", dpci_id);
+       PMD_INIT_LOG(DEBUG, "DPAA2: Added [dpci.%d]", dpci_id);
 
        return 0;
 }