chore: add debug log for DeviceMetadata

This commit is contained in:
andrekir 2023-08-25 17:00:56 -03:00
parent 58738c0da0
commit 5b350aecf9

View file

@ -1347,6 +1347,7 @@ class MeshService : Service(), Logging {
* Update our DeviceMetadata
*/
private fun handleMetadata(metadata: MeshProtos.DeviceMetadata) {
debug("Received deviceMetadata ${metadata.toOneLineString()}")
val packetToSave = MeshLog(
UUID.randomUUID().toString(),
"DeviceMetadata",