Merge pull request #953 from vector-im/feature/bma/fixCompositionLog
Fix on composition log.
This commit is contained in:
commit
604c672f52
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ fun LogCompositions(tag: String, msg: String) {
|
|||
if (BuildConfig.DEBUG) {
|
||||
val ref = remember { Ref(0) }
|
||||
SideEffect { ref.value++ }
|
||||
Timber.d(tag, "Compositions: $msg ${ref.value}")
|
||||
Timber.tag(tag).d("Compositions: $msg ${ref.value}")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue