Commit 56f409f3 authored by Anton Nayshtut's avatar Anton Nayshtut Committed by Konrad Sztyber
Browse files

module/vfu_device/vfu_virtio_rpc: log fixed



Change-Id: Ic872100f0b951b38cd81eb7de2b93db8bf6862a0
Signed-off-by: default avatarAnton Nayshtut <anayshtut@nvidia.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/25155


Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
Community-CI: Mellanox Build Bot
Reviewed-by: default avatarChangpeng Liu <changpeliu@tencent.com>
Reviewed-by: default avatarBen Walker <ben@nvidia.com>
parent ef14e9b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -355,7 +355,7 @@ rpc_vfu_virtio_create_fs_endpoint(struct spdk_jsonrpc_request *request,

	rc = spdk_vfu_create_endpoint(req->name, req->cpumask, "virtio_fs");
	if (rc) {
		SPDK_ERRLOG("Failed to create virtio_blk endpoint\n");
		SPDK_ERRLOG("Failed to create virtio_fs endpoint\n");
		goto invalid;
	}