mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
SyncManager: Log sync key
This commit is contained in:
@@ -63,7 +63,7 @@ class SyncManager @Inject constructor(
|
||||
encryptionKey = EncryptionKey.fromBase64(preferences.encryptionKey)
|
||||
syncKey = preferences.syncKey
|
||||
try {
|
||||
Log.i("SyncManager", "Starting sync (key: ${encryptionKey.base64})")
|
||||
Log.i("SyncManager", "Starting sync (key: $syncKey)")
|
||||
pull()
|
||||
push()
|
||||
Log.i("SyncManager", "Sync finished")
|
||||
|
||||
Reference in New Issue
Block a user