Commit c0c7cdb6 authored by Konrad Sztyber's avatar Konrad Sztyber
Browse files

nvmf: drop ERRLOG when stopping mdns server



We'll want to stop it without the knowledge of whether it was started or
not, so let's remove the ERRLOG.

Signed-off-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
Change-Id: I9eb5d7c1d3bb4b78816e24655d91778394c5ae9e
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24409


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarKyuho Son <kyuho.son@samsung.com>
Reviewed-by: default avatarTomasz Zawadzki <tomasz@tzawadzki.com>
Community-CI: Mellanox Build Bot
Reviewed-by: default avatarJim Harris <jim.harris@samsung.com>
parent a47ce229
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -94,8 +94,6 @@ nvmf_tgt_stop_mdns_prr(struct spdk_nvmf_tgt *tgt)
		nvmf_ctx_stop_mdns_prr(g_mdns_publish_ctx);
		return;
	}

	SPDK_ERRLOG("Failed to stop mDNS PRR. It is not running on target %s.\n", tgt->name);
}

static void