mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ble_mesh: Change Provisioned before log to info level
This commit is contained in:
parent
99c6aad0a6
commit
fb33c67532
@ -626,7 +626,7 @@ static int provisioner_check_unprov_dev_info(const u8_t uuid[16], bt_mesh_prov_b
|
||||
|
||||
/* Check if the device has already been provisioned */
|
||||
if (bt_mesh_provisioner_find_node_with_uuid(uuid, false)) {
|
||||
BT_WARN("Provisioned before, start to provision again");
|
||||
BT_INFO("Provisioned before, start to provision again");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user