]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/hotplug_mp.c
eal: fix formatting of hotplug error message
[dpdk.git] / lib / librte_eal / common / hotplug_mp.c
index 4052a5c7fb71f77ade9a144818afbc1784894a64..04616519cde0bc169ed5aa24cbad31e48e2466de 100644 (file)
@@ -376,7 +376,7 @@ int eal_dev_hotplug_request_to_primary(struct eal_dev_mp_req *req)
 
        ret = rte_mp_request_sync(&mp_req, &mp_reply, &ts);
        if (ret || mp_reply.nb_received != 1) {
-               RTE_LOG(ERR, EAL, "cannot send request to primary");
+               RTE_LOG(ERR, EAL, "Cannot send request to primary\n");
                if (!ret)
                        return -1;
                return ret;