update debug message reference

pull/424/head
andrekir 2022-04-28 11:54:04 -03:00
rodzic 34e240d7fa
commit eaff87eed3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -889,7 +889,7 @@ class MainActivity : BaseActivity(), Logging,
connectionJob = null
}
debug("connected to mesh service, isConnected=${model.connectionState.value}")
debug("connected to mesh service, connectionState=${model.connectionState.value}")
}
}