Do not display VFS key inside log

This commit is contained in:
Christophe Deschamps 2021-04-07 14:23:02 +02:00 committed by Sylvain Berfini
parent b1ee757c0b
commit 9ccab891ab

View file

@ -787,7 +787,7 @@ class CoreContext(val context: Context, coreConfig: Config) {
32
)
Log.i("[Context] VFS activated with key ${getVfsKey(corePreferences.encryptedSharedPreferences)}")
Log.i("[Context] VFS activated.")
} catch (e: Exception) {
Log.f("[Context] Unable to activate VFS encryption: $e")
}