diff --git a/app/nvmf_tgt/conf.c b/app/nvmf_tgt/conf.c index e2eec62d9..8e8a3aba0 100644 --- a/app/nvmf_tgt/conf.c +++ b/app/nvmf_tgt/conf.c @@ -512,6 +512,10 @@ spdk_nvmf_parse_subsystem(struct spdk_conf_section *sp) nvmf_delete_subsystem(subsystem); return -1; } + + SPDK_NOTICELOG("Attaching block device %s to subsystem %s\n", + bdev->name, subsystem->subnqn); + } } return 0;