mirror of
https://github.com/etesync/android
synced 2025-01-22 13:40:55 +00:00
Fix misleading logging message.
This commit is contained in:
parent
bd63de994d
commit
4cc664ee6c
@ -162,7 +162,7 @@ class LocalAddressBook(
|
||||
account = future.result
|
||||
}
|
||||
|
||||
App.log.info("Address book write permission? = ${journalEntity.isReadOnly}")
|
||||
App.log.info("Address book write permission? = ${!journalEntity.isReadOnly}")
|
||||
readOnly = journalEntity.isReadOnly
|
||||
|
||||
// make sure it will still be synchronized when contacts are updated
|
||||
|
Loading…
Reference in New Issue
Block a user