diff --git a/lib/nvmf/ctrlr.c b/lib/nvmf/ctrlr.c index b80fc040b..ed5e68f00 100644 --- a/lib/nvmf/ctrlr.c +++ b/lib/nvmf/ctrlr.c @@ -796,6 +796,8 @@ spdk_nvmf_ctrlr_set_features_volatile_write_cache(struct spdk_nvmf_request *req) ctrlr->feat.volatile_write_cache.raw = cmd->cdw11; ctrlr->feat.volatile_write_cache.bits.reserved = 0; + SPDK_DEBUGLOG(SPDK_LOG_NVMF, "Set Features - Volatile Write Cache %s\n", + ctrlr->feat.volatile_write_cache.bits.wce ? "Enabled" : "Disabled"); return SPDK_NVMF_REQUEST_EXEC_STATUS_COMPLETE; }