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