]> git.droids-corp.org - dpdk.git/blobdiff - drivers/bus/fslmc/portal/dpaa2_hw_dpci.c
bus/fslmc: improve debug log messages
[dpdk.git] / drivers / bus / fslmc / portal / dpaa2_hw_dpci.c
index b60a745652651a4359a8c40f9a5abe5f1fafef0d..ae189c72a91b4c056fc28f600ed268368fb18a15 100644 (file)
@@ -140,7 +140,7 @@ rte_dpaa2_create_dpci_device(int vdev_fd __rte_unused,
 
        TAILQ_INSERT_TAIL(&dpci_dev_list, dpci_node, next);
 
-       PMD_INIT_LOG(DEBUG, "DPAA2: Added [dpci.%d]", dpci_id);
+       RTE_LOG(DEBUG, PMD, "DPAA2: Added [dpci.%d]\n", dpci_id);
 
        return 0;
 }