From 7d7121b1eec803089230661dc4c43860f7abd384 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 1 Dec 2017 10:54:26 +0200 Subject: [PATCH] Bluetooth: Mesh: Fix copy-paste mistake in log message Signed-off-by: Johan Hedberg --- subsys/bluetooth/host/mesh/cfg_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/bluetooth/host/mesh/cfg_cli.c b/subsys/bluetooth/host/mesh/cfg_cli.c index 051a3d3657..387bcaa815 100644 --- a/subsys/bluetooth/host/mesh/cfg_cli.c +++ b/subsys/bluetooth/host/mesh/cfg_cli.c @@ -156,7 +156,7 @@ static void app_key_status(struct bt_mesh_model *model, bt_hex(buf->data, buf->len)); if (cli->op_pending != OP_APP_KEY_STATUS) { - BT_WARN("Unexpected Relay Status message"); + BT_WARN("Unexpected App Key Status message"); return; }