]> git.droids-corp.org - dpdk.git/blobdiff - drivers/bus/fslmc/portal/dpaa2_hw_dpio.c
bus/fslmc: align object name log to real resource name
[dpdk.git] / drivers / bus / fslmc / portal / dpaa2_hw_dpio.c
index 5cf5cfe41e0433fbe2cfbf1e2509fc5423d6a211..ffe9396dddbd845a32f5b83f1b2c94a6035bbb12 100644 (file)
@@ -503,7 +503,7 @@ dpaa2_create_dpio_device(struct fslmc_vfio_device *vdev,
        io_space_count++;
        dpio_dev->index = io_space_count;
        TAILQ_INSERT_TAIL(&dpio_dev_list, dpio_dev, next);
-       PMD_INIT_LOG(DEBUG, "DPAA2: Added [dpio-%d]", object_id);
+       PMD_INIT_LOG(DEBUG, "DPAA2: Added [dpio.%d]", object_id);
 
        return 0;
 }