chore: add debug log for `DeviceMetadata`

pull/692/head
andrekir 2023-08-25 17:00:56 -03:00
rodzic 58738c0da0
commit 5b350aecf9
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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",