Bluetooth: Mesh: Fix copy-paste mistake in log message

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2017-12-01 10:54:26 +02:00 committed by Johan Hedberg
parent dd839d90ac
commit 7d7121b1ee

View file

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