Fix typo in log.
This commit is contained in:
parent
c7672ab250
commit
148177f24e
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class DefaultPushService @Inject constructor(
|
|||
pushProvider: PushProvider,
|
||||
distributor: Distributor,
|
||||
): Result<Unit> {
|
||||
Timber.d("Registering with ${pushProvider.name}/${distributor.name}}")
|
||||
Timber.d("Registering with ${pushProvider.name}/${distributor.name}")
|
||||
val userPushStore = userPushStoreFactory.getOrCreate(matrixClient.sessionId)
|
||||
val currentPushProviderName = userPushStore.getPushProviderName()
|
||||
val currentPushProvider = pushProviders.find { it.name == currentPushProviderName }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue