Do not display VFS key inside log
This commit is contained in:
parent
b1ee757c0b
commit
9ccab891ab
1 changed files with 1 additions and 1 deletions
|
@ -787,7 +787,7 @@ class CoreContext(val context: Context, coreConfig: Config) {
|
||||||
32
|
32
|
||||||
)
|
)
|
||||||
|
|
||||||
Log.i("[Context] VFS activated with key ${getVfsKey(corePreferences.encryptedSharedPreferences)}")
|
Log.i("[Context] VFS activated.")
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
Log.f("[Context] Unable to activate VFS encryption: $e")
|
Log.f("[Context] Unable to activate VFS encryption: $e")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue