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; }