ble_mesh: Change Provisioned before log to info level

This commit is contained in:
lly 2020-03-13 16:49:27 +08:00 committed by baohongde
parent 99c6aad0a6
commit fb33c67532

View File

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