Bluetooth: Mesh: Fix copy-paste mistake in log message
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
dd839d90ac
commit
7d7121b1ee
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue